zmc
2023-10-12 48959b0b908dd57bf9dd991b75756ac2698f2b4d
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>