feat:预炸1
This commit is contained in:
@@ -62,7 +62,10 @@
|
||||
<foreach collection="yesterdayStageList" item="stage" open="(" separator="," close=")">
|
||||
#{stage}
|
||||
</foreach>)
|
||||
OR (fry_date = #{queryDate} AND current_stage = #{todayStage}) or (fry_date = #{queryDate} AND current_stage = 2 and current_apply_type = 2)
|
||||
OR (fry_date = #{queryDate} AND current_stage = #{todayStage})
|
||||
<if test="current_apply_type!=null and current_apply_type==2">
|
||||
or (fry_date = #{queryDate} AND current_stage = 2 and current_apply_type = 2)
|
||||
</if>
|
||||
)
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user