|
@@ -266,7 +266,7 @@ public class FinancePaymentRechargeApplicationServiceImpl extends ServiceImpl<Fi
|
|
|
sendMessageService.sendMessage(u.getId(), message);
|
|
|
}
|
|
|
//添加审核记录 1:财务审核完成
|
|
|
- insertRecord(recharge.getId(), recharge.getUserId(), "1", recharge.getApprovalContent(), recharge.getFiles(), new Date());
|
|
|
+ insertRecord(recharge.getId(), recharge.getUserId(), "6", recharge.getApprovalContent(), recharge.getFiles(), new Date());
|
|
|
} else if ("3".equals(auditStatus) || "4".equals(auditStatus)) {
|
|
|
recharge.setReviewederId(recharge.getUserId());
|
|
|
SysUser user = userService.getById(recharge.getUserId());
|
|
@@ -348,7 +348,7 @@ public class FinancePaymentRechargeApplicationServiceImpl extends ServiceImpl<Fi
|
|
|
}
|
|
|
|
|
|
private void insertRecord(Long rechargeId, String operatorId, String status, String txt, String files, Date time) {
|
|
|
- if ("2".equals(status)) {
|
|
|
+ if ("1".equals(status)||"2".equals(status)) {
|
|
|
return;
|
|
|
}
|
|
|
FinancePaymentRechargeApplicationRecord record = new FinancePaymentRechargeApplicationRecord();
|