fix:稽核

feat:建店&证照
This commit is contained in:
guohb
2024-04-25 14:54:10 +08:00
parent f4e7b49665
commit 044a54d94a
17 changed files with 204 additions and 28 deletions

View File

@@ -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 != ''">