Commit 33b214bf by liulianglang

办案单位修改

parent 6221af56
...@@ -312,6 +312,9 @@ public class TbYwXzqqXxServiceImpl implements TbYwXzqqXxService { ...@@ -312,6 +312,9 @@ public class TbYwXzqqXxServiceImpl implements TbYwXzqqXxService {
if(!StringUtils.isEmpty(tbYwXzqqXx.getXzdwdm())){ if(!StringUtils.isEmpty(tbYwXzqqXx.getXzdwdm())){
tbYwXzqqXx.setXzdwmc(tbYwXzqqXxMapper.queryNameByCode("CODE_UNIT",tbYwXzqqXx.getXzdwdm())); tbYwXzqqXx.setXzdwmc(tbYwXzqqXxMapper.queryNameByCode("CODE_UNIT",tbYwXzqqXx.getXzdwdm()));
} }
if(!StringUtils.isEmpty(tbYwXzqqXx.getBadwdm())){
tbYwXzqqXx.setBadwmc(tbYwXzqqXxMapper.queryNameByCode("CODE_QGUNIT",tbYwXzqqXx.getBadwdm()));
}
this.tbYwXzqqXxMapper.update(tbYwXzqqXx); this.tbYwXzqqXxMapper.update(tbYwXzqqXx);
try { try {
......
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