feat:预炸1

This commit is contained in:
苏竹红
2025-06-24 16:19:02 +08:00
parent 9b1aafb60b
commit d4a2123434
4 changed files with 5 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
#{stage}
</foreach>)
OR (fry_date = #{queryDate} AND current_stage = #{todayStage})
<if test="current_apply_type!=null and current_apply_type==2">
<if test="applyType!=null and applyType==2">
or (fry_date = #{queryDate} AND current_stage = 2 and current_apply_type = 2)
</if>
)