Commit a27d18c9 authored by hongguangwu's avatar hongguangwu

MVP1.5.2-开户行

parent 189dd12b
......@@ -4861,7 +4861,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
}
// 档案地市没问题 开始派单处理
this.importTDispatchInfo(importVoList, errorMessageList, user, null, new HashMap<>());
if (errorMessageList.isEmpty()) {
if (errorMessageList.isEmpty() || CommonConstants.GREEN.equals(errorMessageList.get(0).getColor())) {
return R.ok();
} else {
return R.failed(errorMessageList);
......
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