查询报错
This commit is contained in:
+6
@@ -435,6 +435,12 @@
|
||||
<if test="pushTimeTo != null">
|
||||
and a.PUSH_TIME <![CDATA[<=]]> #{pushTimeTo}
|
||||
</if>
|
||||
<if test="createTimeFrom != null and createTimeFrom != ''">
|
||||
and date_format(a.create_time,'%Y-%m-%d') >= #{createTimeFrom}
|
||||
</if>
|
||||
<if test="createTimeTo != null and createTimeTo != ''">
|
||||
and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeTo}
|
||||
</if>
|
||||
<if test="pushStatus != null">
|
||||
and a.PUSH_STATUS = #{pushStatus}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user