@@ -208,6 +208,8 @@ public class ReimburseApplyServiceImpl extends ServiceImpl<ReimburseApplyMapper,
if (!Check.isNull(apply.getLeaderId())) {
sendMsg(apply.getLeaderId(), "1", id, null);
}
+ apply.setStatus("4");
+ this.updateById(apply);
return Result.ok();