fwq
2024-02-29 6f89edd4a46baeaf1ed29525408d1a411969a8e2
打印日志
1个文件已修改
3 ■■■■ 已修改文件
phi_platform_user/src/main/java/com/hx/phip/service/userMoney/impl/UserMoneyUnclaimedServiceImpl.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
phi_platform_user/src/main/java/com/hx/phip/service/userMoney/impl/UserMoneyUnclaimedServiceImpl.java
@@ -497,6 +497,7 @@
                }
            }
        }*/
        logger.info("设置有效时间前打印金额规则{},资金信息{}",JSON.toJSONString(moneyRule),JSON.toJSONString(userMoneyUnclaimed));
        //设置待领取的有效时间
        if (moneyRule != null){
            if (moneyRule.getWaitReceiveLimit().equals(BaseEntity.YES)){
@@ -592,7 +593,7 @@
                if (userInfo != null){
                    logger.info("操作用户资金(待领取记录)-用户设置增值金是否需要领取状态:{}", userInfo.getIsReceiveValueAddedFund());
                    if (userInfo.getIsReceiveValueAddedFund() != null  && BaseEntity.YES.equals(userInfo.getIsReceiveValueAddedFund())){
                        // 用户设置了不用再领取,设置为系统处理
                        // 设置要领取设置为领取
                        userMoneyUnclaimed.setOpType(UserMoneyUnclaimed.OP_TYPE_RECEIVE);
                    }
                }