mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -201,7 +201,8 @@ public class TempController extends BaseController {
|
||||
List<String> dateList = DateUtils.getAllDatesInTheDateRange(startTime, endTime);
|
||||
|
||||
for (String tradeDate : dateList) {
|
||||
orderBasicInfoService.tempOrderSplittingOperations(dto.getMerchantId(), tradeDate);
|
||||
// orderBasicInfoService.tempOrderSplittingOperations(dto.getMerchantId(), tradeDate);
|
||||
orderBasicInfoService.orderSplittingOperations(dto.getMerchantId(), tradeDate);
|
||||
}
|
||||
|
||||
response = new RestApiResponse<>();
|
||||
|
||||
@@ -878,10 +878,12 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
||||
|
||||
// 运营商有没有开通结算账户
|
||||
if (adapayMemberAccount == null) {
|
||||
logger.error("订单分账逻辑error-运营商有没有开通结算账户");
|
||||
return;
|
||||
}
|
||||
|
||||
if (CollectionUtils.isEmpty(stationReportList)) {
|
||||
logger.error("订单分账逻辑error-stationReportList为空");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user