ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopPointMapper.xml
@@ -34,6 +34,12 @@ #{shopId} </foreach> </if> <if test="type != null"> AND `type` = #{type} </if> <if test="startTime != null and endTime != null"> AND create_time BETWEEN #{startTime} AND #{endTime} </if> </where> ) AS subquery WHERE