Compare commits
No commits in common. "6d62ee3f201ecce9c6103779beeced2ab68ef24d" and "bf8e9baea9da29978e86103634b982d0c0fe0d28" have entirely different histories.
6d62ee3f20
...
bf8e9baea9
|
|
@ -442,7 +442,7 @@ public class NormalQMController extends BaseController {
|
|||
zwm3A18DTO.getItem1().add(item1DTO);
|
||||
} else {
|
||||
item1DTO.setErfmg1(item1DTO.getErfmg1().add(code.getQualifiedQty()));
|
||||
item1DTO.setErfmg2(BigDecimal.ZERO);
|
||||
item1DTO.setErfmg2(item1DTO.getErfmg2().add(code.getUnqualifiedQty()));
|
||||
}
|
||||
if (StrUtil.isNotBlank(code.getSerialNum())) {
|
||||
String flag = code.getInspectionResult().equals("合格") ? "X" : "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue