修试入库

This commit is contained in:
cwchen 2023-12-17 16:49:45 +08:00
parent 1cf671a47e
commit e78e49f297
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}