lidongdong
2023-09-06 4c0818ad30344cad3b04bb8399837090f84dd344
修改体现列表报错
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerMerchantWithdrawMapper.xml
@@ -45,7 +45,7 @@
                and merchant_id=#{merchantId}
            </if>
            <if test="communityId !=null and communityId != '' ">
                and community_id=#{}
                and community_id=#{communityId}
            </if>
        </where>
        order by creation_time desc