|
@@ -95,7 +95,7 @@ public class WODispatchDatabaseBizFun {
|
|
|
return ResponseCode.RESULT_BAD;
|
|
|
|
|
|
Map<String,Object> insertMap = FastJsonUtil.obj2Map(jsonParams,true);
|
|
|
- insertMap.remove("dispoalList");
|
|
|
+ insertMap.remove("dispoal_list");
|
|
|
insertMap.put(WODispatchDatabaseTable.W_INFO.PRIMARY_KEY, CommTool.genDatabaseId());
|
|
|
insertMap.put(WODispatchDatabaseTable.W_INFO.CREATE_TIME, TimeTool.getCurMsUTC());
|
|
|
insertMap.put("del_flag", 1);
|