|
@@ -693,7 +693,7 @@ public class TaOrgOrderServiceImpl extends ServiceImpl<TaOrgOrderMapper, TaOrgOr
|
693
|
693
|
TaOrgRefundApplication taOrgRefundApplication = new TaOrgRefundApplication();
|
694
|
694
|
taOrgRefundApplication.setAuditorId(userId);
|
695
|
695
|
taOrgRefundApplication.setAuditorName(taUser.getUserName());
|
696
|
|
- taOrgRefundApplication.setAuditResult(CommConstant.ITEM_TYPE_REFUND.equals(operateType) ? "退款成功" : refundApplication.getAuditResult());
|
|
696
|
+ taOrgRefundApplication.setAuditResult(CommConstant.ITEM_TYPE_REFUND.equals(operateType) ? "" : refundApplication.getAuditResult());
|
697
|
697
|
taOrgRefundApplication.setAuditStatus(CommConstant.ITEM_TYPE_REFUND.equals(operateType) ? "agree" : "unAgree");
|
698
|
698
|
|
699
|
699
|
return taOrgRefundApplication;
|