xiaoyong931011
2023-07-28 2d3135558f6cf1c4dd648bc42abb1fc617499357
赠送积分更新状态
2 files modified
4 ■■■■ changed files
src/main/java/cc/mrbird/febs/mall/service/impl/ApiMallMemberServiceImpl.java 3 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/service/impl/ApiMallMemberServiceImpl.java
@@ -822,8 +822,7 @@
                amount,
                MoneyFlowTypeEnum.RECHARGE.getValue(),
                rechargeNo,
                FlowTypeEnum.BALANCE.getValue(),
                "余额充值",1);
                FlowTypeEnum.BALANCE.getValue());
        String wxResultStr = JSONUtil.toJsonStr(brandWCPayRequestData);
        String payResultStr = brandWCPayRequestData.getPrepay_id();
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -13,6 +13,7 @@
        from mall_money_flow a
            left join mall_member b on a.rt_member_id=b.id
        <where>
            a.status != null
            <if test="record.inOrOut == 3">
                and a.amount > 0
            </if>