Commit 90ab01fd authored by fangxinjiang's avatar fangxinjiang

日志优化-fxj

parent 09342a0b
...@@ -249,7 +249,6 @@ public class DoJointInsuranceTask { ...@@ -249,7 +249,6 @@ public class DoJointInsuranceTask {
insuranceId = viewVo.getId().substring(0, 19); insuranceId = viewVo.getId().substring(0, 19);
detail = insuranceDetailMapper.selectById(insuranceId); detail = insuranceDetailMapper.selectById(insuranceId);
if (Common.isNotNull(detail)) { if (Common.isNotNull(detail)) {
log.error("更新状态商险ID:"+detail.getId() +"|"+insuranceId);
TInsuranceDetail detailOld = new TInsuranceDetail(); TInsuranceDetail detailOld = new TInsuranceDetail();
BeanCopyUtils.copyProperties(detail,detailOld); BeanCopyUtils.copyProperties(detail,detailOld);
//判断订单类型是预估还是实缴 //判断订单类型是预估还是实缴
......
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