Merge branch 'master' of http://121.40.234.130:8899/root/lanzhouhailiang_one
This commit is contained in:
@@ -945,7 +945,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
Collection<JSONObject> c = Struct_map.values();
|
||||
Iterator<JSONObject> it = c.iterator();
|
||||
JSONObject from_start = new JSONObject();
|
||||
from_start.put("lock_type", "2");
|
||||
from_start.put("lock_type", "3");
|
||||
for (; it.hasNext(); ) {
|
||||
JSONObject Struct = it.next();
|
||||
from_start.put("struct_id", Struct.getString("struct_id"));
|
||||
@@ -1212,7 +1212,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
Collection<JSONObject> c = Struct_map.values();
|
||||
Iterator<JSONObject> it = c.iterator();
|
||||
JSONObject from_start = new JSONObject();
|
||||
from_start.put("lock_type", "2");
|
||||
from_start.put("lock_type", "3");
|
||||
for (; it.hasNext(); ) {
|
||||
JSONObject Struct = it.next();
|
||||
from_start.put("struct_id", Struct.getString("struct_id"));
|
||||
@@ -2801,7 +2801,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
|
||||
//锁定起点仓位点位
|
||||
JSONObject from_start = new JSONObject();
|
||||
from_start.put("struct_id", Struct.getString("struct_id"));
|
||||
from_start.put("lock_type", "2");
|
||||
from_start.put("lock_type", "3");
|
||||
from_start.put("inv_type", jo_mst.getString("bill_type"));
|
||||
from_start.put("inv_id", jo_mst.getString("iostorinv_id"));
|
||||
from_start.put("inv_code", jo_mst.getString("bill_code"));
|
||||
|
||||
Reference in New Issue
Block a user