处理zwm3A17接口 序列号为null的问题
This commit is contained in:
parent
6a074de6f9
commit
cf595cc056
|
|
@ -341,7 +341,7 @@ public class NormalQMController extends BaseController {
|
|||
String flag = code.getInspectionResult().equals("合格") ? "X" : "";
|
||||
ZWM3A17Item2DTO item2DTO = new ZWM3A17Item2DTO()
|
||||
.setEBELP(code.getPoLineNumber())
|
||||
.setFLAG(code.getSerialNum())
|
||||
.setSERNR(code.getSerialNum())
|
||||
.setFLAG(flag);
|
||||
zwm3A18DTO.getItem2().add(item2DTO);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue