|
|
@@ -91,7 +91,7 @@ public class WmesService {
|
|
|
String post = HttpKit.post("http://192.168.0.190:18080/datahubjson/WMS_EM/?method=QRCODE&apptoken=BAB75C8B843F1C92AC3FFE3BD2A06A5F×tamp=2024-06-25%2015:59:16&sign=1&format=JSON", bigData.toString(),headers);
|
|
|
Log.info("第一次上传:"+post+",箱码:"+sb);
|
|
|
Thread.sleep(2000);
|
|
|
- String udfSqlString = "SELECT SERIALNO FROM RUKUXIANGMA where SERIALNO in ("+sb+") and UDF06 ='tm'";
|
|
|
+ String udfSqlString = "SELECT SERIALNO FROM WMS_PROD.RUKUXIANGMA where SERIALNO in ("+sb+") and UDF06 ='tm'";
|
|
|
List<Record> exists = Db.use("oracle").find(udfSqlString);
|
|
|
Set<String> wmsSet =new HashSet<String>();
|
|
|
for (Record record : exists) {
|