app/src/main/resources/mapper/UserInfoMapper.xml
@@ -179,6 +179,7 @@ <if test="query.email!=null"> and email = #{query.email} </if> <if test="query.maxCreateTime!=null"> and create_time <![CDATA[<]]> #{query.maxCreateTime} </if> @@ -187,7 +188,7 @@ </if> <if test="query.status!=null"> and status >= #{query.status} and status = #{query.status} </if> </sql>