更新
This commit is contained in:
@@ -73,7 +73,7 @@ public class AcsToWmsZDServiceImpl implements AcsToWmsZDService {
|
||||
} catch (Exception e) {
|
||||
String msg = e.getMessage();
|
||||
//网络不通
|
||||
//System.out.println(msg);
|
||||
log.info("错误原因{}",msg);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -30,8 +30,9 @@ public class QueryZDAgvTaskStatus {
|
||||
JSONArray inst_rows = JSONArray.parseArray(response.body());
|
||||
for (int i = 0; i < inst_rows.size(); i++) {
|
||||
JSONObject inst_jo = inst_rows.getJSONObject(i);
|
||||
String inst_code = inst_jo.getString("taskCode");
|
||||
String inst_code = inst_jo.getString("task_code");
|
||||
Instruction inst = instructionService.findByCodeFromCache(inst_code);
|
||||
log.info("查询到的任务号{}",inst);
|
||||
if (ObjectUtil.isEmpty(inst)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user