Commit 95b8cbf3 authored by 李灿灿's avatar 李灿灿

Merge branch 'feature-licancan' into 'develop'

接口变动,添加更新时间

See merge request fangxinjiang/yifu!157
parents 00c9b36e bc34f8ee
......@@ -414,6 +414,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
BeanCopyUtils.copyProperties(detail,newDetail);
detail.setIsEffect(CommonConstants.ONE_INT);
detail.setIsOverdue(null);
detail.setUpdateTime(LocalDateTime.now());
this.updateById(detail);
//新数据置为待办理
newDetail.setId(null);
......
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