gongzuming
2024-09-20 8958498145b84bbbc9cc7a9f1be01590cc37fca3
修改合伙人名称、手机
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/point/CustomerPointMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/point/CustomerPointMapper.xml
@@ -45,7 +45,7 @@
               AND t.record_date <= #{dto.recordDateEnd}
            ]]>
        </if>
        <if test="dto.type!=null and dto.type != null">
        <if test="dto.type!=null and dto.type != ''">
            and t.type = #{dto.type}
        </if>
        <if test="dto.remarks!=null and dto.remarks != null">