fix:稽核
feat:建店&证照
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
OR l.mobile = #{keyWord}
|
||||
)
|
||||
</if>
|
||||
<if test="startTime != null and endTime != null">
|
||||
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
||||
AND lai.create_time BETWEEN #{startTime} AND #{endTime}
|
||||
</if>
|
||||
<if test="region != null and region != ''">
|
||||
|
||||
Reference in New Issue
Block a user