工地直转审核
This commit is contained in:
parent
4383593186
commit
a6336f96a9
|
|
@ -207,10 +207,7 @@ public class WorkSiteDirectManageImpl implements WorkSiteDirectManageService {
|
|||
return res;
|
||||
}
|
||||
// 更新 (ma_machine 设备表)的状态
|
||||
int updateMaMachineNum = workSiteDirectManageMapper.updateMaMachineStatus(leaseOutDetail);
|
||||
if (updateMaMachineNum < 1) {
|
||||
return res;
|
||||
}
|
||||
workSiteDirectManageMapper.updateMaMachineStatus(leaseOutDetail);
|
||||
|
||||
int insSltInfoNum = insSltInfo(lTask.getAgreementId().toString(), leaseOutDetail);
|
||||
if (insSltInfoNum < 1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue