Browse Source

OA vip退费bug

zouxuan 1 năm trước cách đây
mục cha
commit
7ae8c6c69e

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/FinancialExpenditureServiceImpl.java

@@ -375,7 +375,7 @@ public class FinancialExpenditureServiceImpl extends BaseServiceImpl<Long, Finan
                 //处理业务退费(vip退学、乐团退费.....)
                 //处理业务退费(vip退学、乐团退费.....)
                 this.processBusinessReturns(pWorkOrderInfo,financialExpenditureList,realName,fileUrl);
                 this.processBusinessReturns(pWorkOrderInfo,financialExpenditureList,realName,fileUrl);
                 if(CollectionUtils.isEmpty(financialExpenditureList)){
                 if(CollectionUtils.isEmpty(financialExpenditureList)){
-                    businessLogger.info("oa业务流程处理失败,请检查");
+                    businessLogger.error("oa业务流程处理失败,请检查");
                     return;
                     return;
                 }
                 }
                 financialExpenditureDao.batchInsert(financialExpenditureList);
                 financialExpenditureDao.batchInsert(financialExpenditureList);