opt:优化手工录入的合格证查询
This commit is contained in:
@@ -364,8 +364,8 @@ public class PdaIOService {
|
|||||||
if (ObjectUtils.isEmpty(jsonArray)) {
|
if (ObjectUtils.isEmpty(jsonArray)) {
|
||||||
throw new BadRequestException("查询合格证关联的工序汇报单异常!");
|
throw new BadRequestException("查询合格证关联的工序汇报单异常!");
|
||||||
}else{
|
}else{
|
||||||
//todo 待完善
|
//todo
|
||||||
result.setMoNumber(jsonArray.getJSONObject(0).getString("BillNo"));
|
//result.setSrcBillNo(jsonArray.getJSONObject(0).getString("BillNo"));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
result.setSrcBillNo(srcBillNo);
|
result.setSrcBillNo(srcBillNo);
|
||||||
|
|||||||
Reference in New Issue
Block a user