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>