|
|
@@ -79,7 +79,6 @@ public class PurchaseNotifyController {
|
|
|
map.put("message", "未传入参数!");
|
|
|
return map;
|
|
|
}
|
|
|
-// List<PurchaseNotify> modifiedNotifies = new ArrayList<PurchaseNotify>();
|
|
|
String jsonStr = URLDecoder.decode(data, "UTF-8");
|
|
|
JSONObject jsonObject = JSON.parseObject(jsonStr);
|
|
|
if (StringUtils.isEmpty(jsonObject.getString("enUU")) || StringUtils.isEmpty(jsonObject.getString("PurchaseNotify"))) {
|
|
|
@@ -98,7 +97,6 @@ public class PurchaseNotifyController {
|
|
|
PurchaseNotify notify = new PurchaseNotify();
|
|
|
notify.setPn_id(notice.getSourceId());
|
|
|
notify.setPn_qty(notice.getQty());
|
|
|
-// modifiedNotifies.add(notify);
|
|
|
}
|
|
|
}
|
|
|
logger.log("送货提醒", "上传送货提醒", notifies.size());
|