Commit 47d0d707 authored by hongguangwu's avatar hongguangwu

MVP1.5.2-派单

parent 7676cea3
...@@ -4860,9 +4860,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4860,9 +4860,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
initAreaMap(areaMap, areaIdMap, areaListR); initAreaMap(areaMap, areaIdMap, areaListR);
} }
// 档案地市没问题 开始派单处理 // 档案地市没问题 开始派单处理
if (errorMessageList.isEmpty()) { this.importTDispatchInfo(importVoList, errorMessageList, user, null, new HashMap<>());
this.importTDispatchInfo(importVoList, errorMessageList, user, null, new HashMap<>());
}
if (errorMessageList.isEmpty()) { if (errorMessageList.isEmpty()) {
return R.ok(); return R.ok();
} else { } else {
......
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