|
@@ -852,7 +852,7 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
|
|
|
sopInfoListParam.getServiceId(), tableName, fieldName, fieldValue, dpr, fieldOrder,
|
|
|
sopInfoListParam.getLeadId(), sopInfoListParam.getCrmUserId(), sopInfoListParam.getCustomName(),
|
|
|
sopInfoListParam.getTaskKey(), sopInfoListParam.getCrmName(), sopInfoListParam.getSopNo(),
|
|
|
- String.valueOf(sopInfoListParam.isDingPlan()));
|
|
|
+ Objects.nonNull(sopInfoListParam.getDingPlan()) ? sopInfoListParam.getDingPlan().toString() : null);
|
|
|
SysUser sysUser = (SysUser) ServletUtil.getRequestUser();
|
|
|
for (Map m : list.getRecords()) {
|
|
|
String engineerUsersId = (String) m.get("engineer_users_id");
|