소스 검색

update

shuiqilin-web
houyi 9 달 전
부모
커밋
1c697efaca
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/java/com/qtzl/alterSales/manager/service/wechat/WechatMchServiceImpl.java
  2. 7
    0
      src/test/java/SaleTest.java

+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/service/wechat/WechatMchServiceImpl.java 파일 보기

@@ -102,7 +102,7 @@ public class WechatMchServiceImpl implements WechatMchService {
BigDecimal otherTotalRefundFee = new BigDecimal("0");
AflMchAmountCategory amountCategory;
for (int j = 0; j < amountCategories.size(); j++) {
amountCategory = amountCategories.get(0);
amountCategory = amountCategories.get(j);
statisticsVo = new WechatStatisticsVo();
totalAmount = new BigDecimal("0");
totalRefundFee = new BigDecimal("0");

+ 7
- 0
src/test/java/SaleTest.java 파일 보기

@@ -112,6 +112,13 @@ public class SaleTest {
private AflBydDashboardDetailRepo aflBydDashboardDetailRepo;
@Resource
private WechatPayApplyResultLogRepo wechatPayApplyResultLogRepo;
@Resource
private BydDashboardBatchDataGenerateTask dashboardBatchDataGenerateTask;

@Test
public void generateTask(){
dashboardBatchDataGenerateTask.dashboardBatchSync();
}

@Test
public void bydDashboardSync() throws ServiceHandleException {

Loading…
취소
저장