Commit b6375d49 authored by fangxinjiang's avatar fangxinjiang

提示语优化

parent 8a9fec26
......@@ -3543,7 +3543,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
|| Common.isEmpty(sf.getBigailmentHandle()))
);
if (!CommonConstants.TWO_STRING.equals(dis.getStatus())) {
errorList.add(new ErrorMessage(-1, "派单审核通过后才可以办理:" + dis.getEmpName()));
errorList.add(new ErrorMessage(-1, "已办理完结,请勿重复操作:" + dis.getEmpName()));
continue;
}
if (Common.isNotNull(dis.getSocialId())) {
......
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