Commit 448d7353 authored by qinhu's avatar qinhu

产值状态更新

parent 54a7545e
......@@ -2232,6 +2232,8 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl
}
entrustMapper.updateById(entrust);
logsService.saveLog(SysLogs.ObjType.ENTRUST_LOG, entrust.getId(), "数据校核", null);
iPrecipriceService.updateStatusByEntrustId(entrust.getId());
return BaseResponse.okData(countResultMap);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment