This commit is contained in:
Lemon
2023-06-25 16:29:43 +08:00
parent 82fb623530
commit 5631afba9d

View File

@@ -158,6 +158,9 @@
<if test="name != null">
#{name},
</if>
<if test="status!= null">
#{status},
</if>
<if test="remark != null">
#{remark},
</if>