Commit ed7932dd authored by fangxinjiang's avatar fangxinjiang

派单处理

parent b08bd8c2
...@@ -22,7 +22,7 @@ public class ErrorMessage implements Serializable { ...@@ -22,7 +22,7 @@ public class ErrorMessage implements Serializable {
/** /**
* @param 用于展示勾选的名称 * @param 用于展示勾选的名称
* @Author: wangan * @Author: fxj
**/ **/
private String name; private String name;
/** /**
......
...@@ -1593,7 +1593,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -1593,7 +1593,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
@Override @Override
public R<Boolean> removeByIdDiy(String id) { public R<Boolean> removeByIdDiy(String id) {
if (Common.isEmpty(id)){ if (Common.isEmpty(id)){
return R.failed(CommonConstants.PARAM_IS_NOT_EMPTY) return R.failed(CommonConstants.PARAM_IS_NOT_EMPTY);
} }
TDispatchInfo dispatch = baseMapper.selectById(id); TDispatchInfo dispatch = baseMapper.selectById(id);
if (Common.isEmpty(dispatch)){ if (Common.isEmpty(dispatch)){
......
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