rev:返检、改切回传MES新增回传时间
This commit is contained in:
@@ -264,6 +264,8 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
|
||||
JSONObject json = disArr.getJSONObject(j);
|
||||
param.put("PackageBoxSN", json.getString("box_no"));
|
||||
param.put("Attribute1", "ReCheck");
|
||||
param.put("Attribute2", jo_mst.getString("confirm_time"));
|
||||
param.put("Attribute3", DateUtil.now());
|
||||
|
||||
JSONArray container_jo = wo_dis.query("iostorinv_id = '" + jo_mst.getString("iostorinv_id") + "' AND box_no = '" + json.getString("box_no") + "'").getResultJSONArray(0);
|
||||
for (int k = 0; k < container_jo.size(); k++) {
|
||||
@@ -373,6 +375,8 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
|
||||
JSONObject json = disArr.getJSONObject(j);
|
||||
param.put("PackageBoxSN", json.getString("box_no"));
|
||||
param.put("Attribute1", "ReCut");
|
||||
param.put("Attribute2", jo_mst.getString("confirm_time"));
|
||||
param.put("Attribute3", DateUtil.now());
|
||||
|
||||
JSONArray container_jo = wo_dis.query("iostorinv_id = '" + jo_mst.getString("iostorinv_id") + "' AND box_no = '" + json.getString("box_no") + "'").getResultJSONArray(0);
|
||||
for (int k = 0; k < container_jo.size(); k++) {
|
||||
@@ -1493,6 +1497,8 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
|
||||
JSONObject json = disArr.getJSONObject(j);
|
||||
param.put("PackageBoxSN", json.getString("box_no"));
|
||||
param.put("Attribute1", "ReCut");
|
||||
param.put("Attribute2", jo_mst.getString("confirm_time"));
|
||||
param.put("Attribute3", DateUtil.now());
|
||||
|
||||
JSONArray container_jo = wo_dis.query("iostorinv_id = '" + jo_mst.getString("iostorinv_id") + "' AND box_no = '" + json.getString("box_no") + "'").getResultJSONArray(0);
|
||||
for (int k = 0; k < container_jo.size(); k++) {
|
||||
@@ -1528,6 +1534,8 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
|
||||
JSONObject json = disArr.getJSONObject(j);
|
||||
param.put("PackageBoxSN", json.getString("box_no"));
|
||||
param.put("Attribute1", "ReCheck");
|
||||
param.put("Attribute2", jo_mst.getString("confirm_time"));
|
||||
param.put("Attribute3", DateUtil.now());
|
||||
|
||||
JSONArray container_jo = wo_dis.query("iostorinv_id = '" + jo_mst.getString("iostorinv_id") + "' AND box_no = '" + json.getString("box_no") + "'").getResultJSONArray(0);
|
||||
for (int k = 0; k < container_jo.size(); k++) {
|
||||
|
||||
Reference in New Issue
Block a user