|
|
|
@ -130,7 +130,7 @@ public class LabelSplitMergeServiceImpl extends ServiceImpl<LabelSplitMergeMappe |
|
|
|
insertParams.put("wdr", params.get("wdr")); |
|
|
|
insertParams.put("statusTb", params.get("statusTb")); |
|
|
|
insertParams.put("status", params.get("status")); |
|
|
|
insertParams.put("firstInDate", new Date()); |
|
|
|
insertParams.put("firstInDate", params.get("firstInDate")); |
|
|
|
insertParams.put("latestInDate", new Date()); |
|
|
|
insertParams.put("activeDate", new Date()); |
|
|
|
insertParams.put("inQty", splitQuantity); |
|
|
|
@ -140,6 +140,7 @@ public class LabelSplitMergeServiceImpl extends ServiceImpl<LabelSplitMergeMappe |
|
|
|
insertParams.put("freezeFlag", params.get("freezeFlag")); |
|
|
|
insertParams.put("manufactureDate", params.get("manufactureDate")); |
|
|
|
insertParams.put("expiredDate", params.get("expiredDate")); |
|
|
|
insertParams.put("orderref0", "标签拆分入库"); |
|
|
|
insertParams.put("orderref1", params.get("orderref1")); |
|
|
|
insertParams.put("orderref2", params.get("orderref2")); |
|
|
|
insertParams.put("orderref3", params.get("orderref3")); |
|
|
|
|