app-退料接收

This commit is contained in:
bns_han 2023-12-24 17:18:35 +08:00
parent 1ac495d7ac
commit bda94aeff8
1 changed files with 4 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class BackReceiveServiceImpl implements BackReceiveService {
}catch (Exception e){
throw new RuntimeException(e.getMessage());
}
return 0;
return res;
}
@Override
@ -197,6 +197,9 @@ public class BackReceiveServiceImpl implements BackReceiveService {
applyInfo.setCode(code);
//创建人
newTask = backReceiveMapper.insertTT(applyInfo);
if (newTask>0 && applyInfo.getTaskId()>0){
newTask=applyInfo.getTaskId();
}
return newTask;
}