Merge remote-tracking branch 'origin/b_lms' into b_lms
This commit is contained in:
@@ -469,7 +469,7 @@ public class WmsToAcsServiceImpl implements WmsToAcsService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public JSONObject getTubeMsg(JSONObject whereJson) {
|
public JSONObject getTubeMsg(JSONObject whereJson) {
|
||||||
String api = "api/wms/getTubeMes";
|
String api = "api/wms/getTubeMsg";
|
||||||
JSONArray arr = new JSONArray();
|
JSONArray arr = new JSONArray();
|
||||||
arr.add(whereJson);
|
arr.add(whereJson);
|
||||||
return AcsUtil.notifyAcs(api, arr);
|
return AcsUtil.notifyAcs(api, arr);
|
||||||
|
|||||||
Reference in New Issue
Block a user