273691719aa6eb2a09af5e7978a84b0090375715..2a35fbd30e613dcddcbafe8243e40625ce22416a
2024-09-09 gongzuming
Merge remote-tracking branch 'origin/master-v2' into master-v2
2a35fb 对比 | 目录
2024-09-09 gongzuming
fix bug
306884 对比 | 目录
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/point/CustomerPointMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/point/CustomerPointMapper.xml
@@ -26,7 +26,7 @@
        <if test="dto.customerId!= null and dto.customerId != 0">
            and t.customer_id = #{dto.customerId}
        </if>
        <if test="dto.userId!= null and dto.userId != 0">
        <if test="dto.userId!= null and dto.userId != ''">
            and t.user_id = #{dto.userId}
        </if>
        <if test="dto.recordDateStart!=null ">