mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 保存提现记录
This commit is contained in:
@@ -376,7 +376,7 @@ public class TempController extends BaseController {
|
||||
*/
|
||||
@PostMapping("/generateMerchantBill")
|
||||
public RestApiResponse<?> generateMerchantBill(@RequestBody QueryOrderDTO dto) {
|
||||
logger.info("手动接口执行订单分账逻辑-param:{}", JSON.toJSONString(dto));
|
||||
logger.info("手动生成运营商日报-param:{}", JSON.toJSONString(dto));
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
// 查询运营商列表
|
||||
@@ -394,7 +394,7 @@ public class TempController extends BaseController {
|
||||
try {
|
||||
orderBasicInfoService.generateMerchantBill(merchantId, tradeDate);
|
||||
} catch (Exception e) {
|
||||
logger.error("生成运营商日报异常, merchantId:{}", merchantId, e);
|
||||
logger.error("手动生成运营商日报, merchantId:{}", merchantId, e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user