This commit is contained in:
2023-05-23 16:47:47 +08:00
parent f5aa6b2f69
commit 0ae1932f4c
6 changed files with 50 additions and 11 deletions

View File

@ -65,6 +65,7 @@
<if test="param.endTime != null and param.endTime != ''">
AND u.create_time &lt;= #{param.endTime}
</if>
${param.dataScope}
</where>
</sql>