lidongdong
2023-08-30 91f0f5e75524180e9d3c2b4d90d6be2cd2aeebd6
修改积分兑换订单列表报错
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml
@@ -56,7 +56,7 @@
                and volunteer_integral_merchant.state =#{state}
            </if>
            <if  test="goodType!=null">
                and volunteer_integral_merchant.goodtType =#{goodType}
                and volunteer_integral_merchant.goodt_type =#{goodType}
            </if>
            <if  test="merchantId!=null">
                and volunteer_integral_merchant.merchant_id =#{merchantId}