feature:客户信息导入报错

release
gaorl 2 years ago
parent aef79e7f70
commit fdf61aa813
  1. 2
      order-management-base-service/src/main/java/com/dxhy/order/baseservice/module/buyer/service/impl/BuyerServiceImpl.java

@ -293,7 +293,7 @@ public class BuyerServiceImpl implements BuyerService {
// }
log.info("{}数据库插入耗时:{}", LOGGER_MSG, (System.currentTimeMillis() - t3));
if (ObjectUtil.isNotEmpty(list)) {
resultMap.put(OrderManagementConstant.DATA, resultMap);
//resultMap.put(OrderManagementConstant.DATA, resultMap);
result.put(OrderManagementConstant.CODE, ConfigureConstant.STRING_9999)
.put(OrderManagementConstant.MESSAGE, "上传存在失败客户信息");
}

Loading…
Cancel
Save