app-退料接收
This commit is contained in:
parent
1ac495d7ac
commit
bda94aeff8
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue