zmc
2023-09-27 3543b001e3da2cb801d7dfa27b396db4edbfb740
src/main/resources/com/job/zsc/mapper/SqlMapper.xml
@@ -10,9 +10,7 @@
            <if test="shopname != null and shopname != '' ">
                shopname like concat('%',#{shopname},'%')
            </if>
            <!--<if test="gender != null">
                and gender = #{gender}
            </if>-->
            <if test="begin != null and end != null">
                and reportingTime between #{begin} and #{end}
            </if>