|
|
@ -339,9 +339,9 @@ public class InventoryMoveServiceImpl implements InventoryMoveService { |
|
|
|
|
|
|
|
|
// 添加过期日期参数 |
|
|
// 添加过期日期参数 |
|
|
if (group.expiredDate != null) { |
|
|
if (group.expiredDate != null) { |
|
|
params.put("expiredDate", new SimpleDateFormat("yyyy-MM-dd").format(group.expiredDate)); |
|
|
|
|
|
|
|
|
params.put("expiryDate", new SimpleDateFormat("yyyy-MM-dd").format(group.expiredDate)); |
|
|
} else { |
|
|
} else { |
|
|
params.put("expiredDate", null); |
|
|
|
|
|
|
|
|
params.put("expiryDate", null); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
ObjectMapper objectMapper = new ObjectMapper(); |
|
|
ObjectMapper objectMapper = new ObjectMapper(); |
|
|
@ -391,9 +391,9 @@ public class InventoryMoveServiceImpl implements InventoryMoveService { |
|
|
|
|
|
|
|
|
// 添加过期日期参数 |
|
|
// 添加过期日期参数 |
|
|
if (group.expiredDate != null) { |
|
|
if (group.expiredDate != null) { |
|
|
params.put("expiredDate", new SimpleDateFormat("yyyy-MM-dd").format(group.expiredDate)); |
|
|
|
|
|
|
|
|
params.put("expiryDate", new SimpleDateFormat("yyyy-MM-dd").format(group.expiredDate)); |
|
|
} else { |
|
|
} else { |
|
|
params.put("expiredDate", null); |
|
|
|
|
|
|
|
|
params.put("expiryDate", null); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
ObjectMapper objectMapper = new ObjectMapper(); |
|
|
ObjectMapper objectMapper = new ObjectMapper(); |
|
|
|