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