mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-17 21:59:52 +08:00
update
This commit is contained in:
@@ -46,6 +46,7 @@ import com.jsowell.pile.service.AdapayUnsplitRecordService;
|
|||||||
import com.jsowell.pile.service.OrderBasicInfoService;
|
import com.jsowell.pile.service.OrderBasicInfoService;
|
||||||
import com.jsowell.pile.service.OrderUnsplitRecordService;
|
import com.jsowell.pile.service.OrderUnsplitRecordService;
|
||||||
import com.jsowell.pile.vo.AdapayUnsplitRecordVO;
|
import com.jsowell.pile.vo.AdapayUnsplitRecordVO;
|
||||||
|
import com.jsowell.quartz.service.AdapayUnsplitRecordHandleService;
|
||||||
import org.apache.commons.collections4.CollectionUtils;
|
import org.apache.commons.collections4.CollectionUtils;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@@ -85,6 +86,9 @@ public class PaymentTestController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private OrderUnsplitRecordService orderUnsplitRecordService;
|
private OrderUnsplitRecordService orderUnsplitRecordService;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private AdapayUnsplitRecordHandleService adapayUnsplitRecordHandleService;
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private AdapayService adapayService;
|
private AdapayService adapayService;
|
||||||
|
|
||||||
@@ -145,6 +149,16 @@ public class PaymentTestController {
|
|||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 批量分账
|
||||||
|
*/
|
||||||
|
@Test
|
||||||
|
public void processUnsplitRecordToDefaultMemberTest() {
|
||||||
|
adapayUnsplitRecordHandleService.processUnsplitRecordToDefaultMember(wechatAppId1, 20);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 提现方法
|
* 提现方法
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user