Commit 6645ca8b authored by suhuiguang's avatar suhuiguang

Merge branch 'develop_tzs_test' of http://39.100.92.250:5000/moa/amos-boot-biz…

Merge branch 'develop_tzs_test' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_test
parents 3b6b0562 dc002beb
...@@ -1299,7 +1299,9 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang ...@@ -1299,7 +1299,9 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
if (!StringUtils.isEmpty(supervisoryCode)) { if (!StringUtils.isEmpty(supervisoryCode)) {
otherInfo.setSupervisoryCode(supervisoryCode); otherInfo.setSupervisoryCode(supervisoryCode);
} }
otherInfo.setCode96333(code96333); if (!StringUtils.isEmpty(code96333)) {
otherInfo.setCode96333(code96333);
}
otherInfoService.saveOrUpdateData(otherInfo); otherInfoService.saveOrUpdateData(otherInfo);
} }
} }
......
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