zhaoxian 3 anni fa
parent
commit
3fabab9b6c

+ 2 - 0
jeecg-boot-module-system/src/main/java/cn/com/ctop/reimburse/mondule/service/impl/ReimburseApplyServiceImpl.java

@@ -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();
     }