Merge branch 'refs/heads/feature/DM/nflg-bom-dq' into dev
This commit is contained in:
commit
83fcd82a1a
|
|
@ -192,7 +192,9 @@ public class SapOpUtilService {
|
|||
if (item.getFLAG().equals("0")) {
|
||||
errCount.getAndIncrement();
|
||||
//errBuf.append(item.getSTATUS() + ",");
|
||||
liError.add(OperationErrorMsgVO.create(StringUtils.stripStart(item.getIDNRK(), "0"), item.getSTATUS()));
|
||||
liError.add(OperationErrorMsgVO.create(
|
||||
StrUtil.format("{}项{}", item.getPOSTP(), StringUtils.stripStart(item.getIDNRK(), "0"))
|
||||
, item.getSTATUS()));
|
||||
} else if (item.getFLAG().equals("1")) {
|
||||
succCount.getAndIncrement();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue