bug修改。
This commit is contained in:
parent
4596f92039
commit
99fdd602de
@ -248,9 +248,6 @@
|
||||
<if test="cityBuildingId != null and cityBuildingId != ''">
|
||||
AND t1.city_building_id = #{cityBuildingId}
|
||||
</if>
|
||||
<if test="userId != null and userId != ''">
|
||||
AND t1.gmt_create = #{userId}
|
||||
</if>
|
||||
<if test="startTime != null and startTime != ''">
|
||||
AND
|
||||
LEFT(t1.gmt_create, 10) <![CDATA[ >= ]]> #{startTime}
|
||||
|
Loading…
Reference in New Issue
Block a user