|
@@ -572,6 +572,8 @@ public class ZwywLrJbxxServiceImpl implements IZwywLrJbxxService {
|
|
|
if (StringUtils.isNotEmpty(userId)) {
|
|
|
jbxxList.get(i).setId(userId);
|
|
|
jbxxList.get(i).setLrJmzjhm(DigestUtils.md5Hex(jbxxList.get(i).getLrZjhm()));
|
|
|
+ jbxxList.get(i).setLrHjdz(SecurityUtils.getAreaCode());
|
|
|
+ jbxxList.get(i).setDjbh(String.valueOf(Long.parseLong(zwywLrJbxxMapper.selectMaxBh(SecurityUtils.getAreaCode().substring(0, 6))) + 1));
|
|
|
jbxxList.get(i).setLzzt("0");
|
|
|
try {
|
|
|
if (StringUtils.isEmpty(jbxxList.get(i).getLrCsrq())) {
|