Commit 0e23ae22 authored by 徐州's avatar 徐州

新增人防用章

parent c0aeeb81
...@@ -3213,7 +3213,7 @@ public class RfxmAction extends BaseAction ...@@ -3213,7 +3213,7 @@ public class RfxmAction extends BaseAction
public void rfyz() throws Exception { public void rfyz() throws Exception {
Rfxm rfxm = rfxmService.getById(ids); Rfxm rfxm = rfxmService.getById(ids);
rfxm.setIsRfyz(1); rfxm.setIsRfyz(1);
rfxmService.save(rfxm); rfxmService.update(rfxm);
} }
private String deptCode; private String deptCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment