意向申请审核添加更新人与更新时间

This commit is contained in:
xiaodong.hu
2023-11-17 13:20:32 +08:00
parent b04e42b672
commit 56b5ab055e

View File

@@ -533,6 +533,8 @@ public class HyPartnerLineInfoServiceImpl implements HyPartnerLineInfoService {
//作废待完成&已逾期的任务
hyFollowTaskDAO.cancelUndoFollowTask(closeFollowRequest.getLineId());
}
hyPartnerLineInfoDO.setUpdateTime(new Date());
hyPartnerLineInfoDO.setUpdateUserId(user.getUserId());
hyPartnerLineInfoDAO.updateByPrimaryKeySelective(hyPartnerLineInfoDO);