新增说明

This commit is contained in:
wulin 2020-12-07 15:51:44 +08:00
parent f2fb785423
commit 4b0fb6eaa6

View File

@ -897,6 +897,10 @@ public class ResultRecordController extends AbstractController {
commandValue += (commandIndex + "(删除)" + resultDetail1.getTarget() + "\r\n");
commandIndex++;
resultDetail1.setIsBack(1);
}else if(resultDetail1.getIsBack().intValue() == 3){
commandValue += (commandIndex + "(新增)" + resultDetail1.getTarget() + "\r\n");
commandIndex++;
resultDetail1.setIsBack(0);
}else{
ResultDetail resultDetail = mapDetails.get(resultDetail1.getBackId());