update 并充逻辑

This commit is contained in:
Lemon
2025-06-19 14:51:31 +08:00
parent 5344d63aea
commit 168259421a
3 changed files with 28 additions and 2 deletions

View File

@@ -2766,6 +2766,9 @@
<if test="startMode != null and startMode != ''">
AND start_mode = #{startMode,jdbcType=VARCHAR}
</if>
<if test="orderType != null and startMode != ''" >
and order_type = #{orderType,jdbcType=VARCHAR}
</if>
order by create_time desc
limit 1
</select>