新增说明
This commit is contained in:
parent
f2fb785423
commit
4b0fb6eaa6
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user