#
tqs
2023-12-05 a0b733a8b19b1db43395a96408098596ac3d2a86
src/main/java/zy/cloud/wms/common/service/task/DiffValScheduler.java
@@ -44,7 +44,8 @@
            param.put("PUserCode", "N");
            param.put("KUserCode", "N");
            String response = new HttpHandler.Builder()
                    .setUri("http://123.60.34.127:6220/api")
//                    .setUri("http://123.60.34.127:6220/api")
                    .setUri("http://shhtapi.vipgrasp.com:6220/api")
                    .setPath(ErpScheduler.GET_STOCK)
                    .setJson(JSON.toJSONString(param))
                    .build()