|
@@ -851,11 +851,10 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
|
Objects.nonNull(sopInfoListParam.getType()) ? sopInfoListParam.getType().name() : null,
|
|
|
sopInfoListParam.getServiceId(), tableName, fieldName, fieldValue, dpr, fieldOrder,
|
|
|
sopInfoListParam.getLeadId(), sopInfoListParam.getCrmUserId(), sopInfoListParam.getCustomName(),
|
|
|
- sopInfoListParam.getTaskKey(), sopInfoListParam.getCrmName(), sopInfoListParam.getSopNo());
|
|
|
+ sopInfoListParam.getTaskKey(), sopInfoListParam.getCrmName(), sopInfoListParam.getSopNo(),
|
|
|
+ Objects.nonNull(sopInfoListParam.getDingPlan()) ? sopInfoListParam.getDingPlan().toString() : null);
|
|
|
SysUser sysUser = (SysUser) ServletUtil.getRequestUser();
|
|
|
for (Map m : list.getRecords()) {
|
|
|
- String sopNo = (String) m.get("sopNo");
|
|
|
- m.put("dingException", tbDingService.checkDingExceptionBySopNo(sopNo));
|
|
|
String engineerUsersId = (String) m.get("engineer_users_id");
|
|
|
List<Long> userIdList = new ArrayList<>();
|
|
|
Map<Long, String> map = new HashMap<>();
|