lidongdong
2024-03-06 0877fa3c0cdff3bd209feeea994b8b0ae2eedb9b
修改金汇币明细报错
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiGoldCoinRecordMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiGoldCoinRecordMapper.xml
@@ -30,7 +30,7 @@
        <where>
            1=1
            <if test="userId !=null and userId !='' ">
                user_id=#{userId}
                and user_id=#{userId}
            </if>
        </where>
        order by creation_time desc