|
|
|
@ -848,7 +848,7 @@ public class InboundNotificationServiceImpl implements InboundNotificationServic |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
public String labelImport(String site, String buNo, String orderNo, List<Map<String, Object>> dataList) { |
|
|
|
public String labelImport(String site, String buNo, String orderNo, String orderType, List<Map<String, Object>> dataList) { |
|
|
|
try { |
|
|
|
// 1. 清空临时表中该单据的数据 |
|
|
|
headMapper.deleteLabelImportTemp(site, buNo, orderNo); |
|
|
|
@ -863,6 +863,7 @@ public class InboundNotificationServiceImpl implements InboundNotificationServic |
|
|
|
params.put("site", site); |
|
|
|
params.put("buNo", buNo); |
|
|
|
params.put("orderNo", orderNo); |
|
|
|
params.put("orderType", orderType); |
|
|
|
|
|
|
|
headMapper.callUspImportRoll(params); |
|
|
|
|
|
|
|
|