|
@@ -220,7 +220,7 @@ public class WODispatchPlanDBServiceImpl implements WODispatchPlanDBService,WODi
|
|
|
mapDispoal.put(WODispatchCmdPatchDisposalTable.W_INFO.BATCH_ITEM_ID,map.get(WODispatchCmdPatchItemTable.W_INFO.PRIMARY_KEY));
|
|
|
woDispatchCmdPatchDisposalMapper.inserts(mapDispoal);
|
|
|
}
|
|
|
- woDispatchCmdPatchItemMapper.insertsThisData(map);
|
|
|
+ woDispatchCmdPatchItemMapper.inserts(map);
|
|
|
}
|
|
|
return ResponseCode.RESULT_NORMAL;
|
|
|
}
|