查询bug
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good

This commit is contained in:
176yunxuan 2024-03-17 09:56:40 +08:00
parent 479d3bb421
commit 21eed05bcc

View File

@ -34,13 +34,13 @@
<if test="deadline != null and deadline != ''">
deadline = #{deadline},
</if>
<if test="status != null and status != ''">
<if test="status != null">
status = #{status},
</if>
<if test="isFinish != null and isFinish != ''">
<if test="isFinish != null">
is_finish = #{isFinish},
</if>
<if test="isDelete != null and isDelete != ''">
<if test="isDelete != null">
is_delete = #{isDelete},
</if>
</set>