v1.1 充值-充值钻石发货加上事务

This commit is contained in:
2022-10-22 15:21:28 +08:00
parent 9f246d4550
commit 0ad35f2aa8
3 changed files with 1 additions and 2 deletions

View File

@@ -36,7 +36,6 @@
</select>
<select id="getDrawBoxHistoryMsgByTimeRange" resultMap="BaseResultMap">
select
a.*,
a.total_draw_money - a.total_actual_value as deviation

View File

@@ -1,7 +1,6 @@
package com.accompany.payment.strategy;
import com.accompany.common.constant.Constant;
import com.accompany.common.utils.HttpUtils;
import com.accompany.payment.annotation.PayChannelSupport;
import com.accompany.payment.constant.PayConstant;
import com.accompany.payment.model.ChargeProd;

View File

@@ -387,6 +387,7 @@ public class ChargeService extends BaseService {
* @return
* @throws Exception
*/
@Transactional(rollbackFor = Exception.class)
private int handleAppPayGoldBuss(ChargeRecord chargeRecord) {
log.info("handleAppPayGoldBuss: {}", JSON.toJSONString(chargeRecord));