修试入库
This commit is contained in:
parent
1cf671a47e
commit
e78e49f297
|
|
@ -96,7 +96,7 @@ public class RepairTestInputServiceImpl implements RepairTestInputService {
|
|||
if(passNum == totalNum){
|
||||
int dicId = mapper.getDicByMaStatusId("rk_task","入库完成");
|
||||
mapper.updateTmTaskStatus(dto,dicId);
|
||||
}else if(noPassNum > 0){
|
||||
}else if(noPassNum > 0 && noCheckNum == 0){
|
||||
int dicId = mapper.getDicByMaStatusId("rk_task","入库驳回");
|
||||
mapper.updateTmTaskStatus(dto,dicId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue