v1.1 充值-充值钻石发货加上事务
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
</select>
|
||||
|
||||
<select id="getDrawBoxHistoryMsgByTimeRange" resultMap="BaseResultMap">
|
||||
|
||||
select
|
||||
a.*,
|
||||
a.total_draw_money - a.total_actual_value as deviation
|
||||
|
@@ -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;
|
||||
|
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user