This commit is contained in:
jing's 2024-01-25 17:12:48 +08:00
parent 1d8d523e0f
commit 91885560ac
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public class SapOpUtilService {
//"FLAG": "1" -- 0 失败1 成功
if(item.getFLAG().equals("0")){
errCount.getAndIncrement();
errBuf.append(item.getSTATUS()+" ");
errBuf.append(item.getSTATUS()+",");
}else if (item.getFLAG().equals("1")){
succCount.getAndIncrement();
}