Merge remote-tracking branch 'origin/b_lms' into b_lms

This commit is contained in:
2024-06-28 01:30:16 +08:00

View File

@@ -469,7 +469,7 @@ public class WmsToAcsServiceImpl implements WmsToAcsService {
@Override
public JSONObject getTubeMsg(JSONObject whereJson) {
String api = "api/wms/getTubeMes";
String api = "api/wms/getTubeMsg";
JSONArray arr = new JSONArray();
arr.add(whereJson);
return AcsUtil.notifyAcs(api, arr);