This commit is contained in:
MaxKey
2022-04-03 08:34:09 +08:00
parent a2740e15de
commit 0586a2a559
22 changed files with 773 additions and 1461 deletions
@@ -12,6 +12,9 @@
<if test="username != null and username != ''">
and username = #{username}
</if>
<if test="appName != null and appName != ''">
and appName = #{appName}
</if>
<if test="relatedUsername != null and relatedUsername != ''">
and relatedusername = #{relatedUsername}
</if>