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