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

This commit is contained in:
zhangzq
2025-03-04 14:58:46 +08:00

View File

@@ -1017,14 +1017,13 @@ public class LmsToMesServiceImpl implements LmsToMesService {
row1.put("DataValue","true");
row1.put("DataCollectionDefId","001c61800000004f");
row1.put("DataCollectionDefName","PACKAGE");
row1.put("DataCollectionDefName","PACKAGE");
rows.add(row1);
row1.put("DataPointName","信息核对准确");
rows.add(row1);
row1.put("DataPointName","木箱是否防护");
rows.add(row1);
param.put("DataPoints", rows);
log.info("BoxDataCollectionSubmit2接口请求参数为-------------------" + param.toString());
try {
String resultMsg = HttpRequest.post(url)
.body(String.valueOf(param))