修改定时任务
This commit is contained in:
@@ -145,9 +145,7 @@
|
||||
<update id="batchUpdateStatus">
|
||||
update xfsg_shop_stage_info
|
||||
<set>
|
||||
<if test="shopSubStageEnum ! = null">
|
||||
shop_sub_stage = #{shopSubStageEnum}
|
||||
</if>
|
||||
|
||||
<if test="shopSubStageStatusEnum !=null">
|
||||
shop_sub_stage_status = #{shopSubStageStatusEnum}
|
||||
</if>
|
||||
@@ -156,6 +154,9 @@
|
||||
<foreach collection="shopIdList" item="shopId" open="(" separator="," close=")">
|
||||
#{shopId}
|
||||
</foreach>
|
||||
<if test="shopSubStageEnum != null">
|
||||
and shop_sub_stage = #{shopSubStageEnum}
|
||||
</if>
|
||||
</update>
|
||||
|
||||
<select id="getRentContractToDoPage" resultType="com.cool.store.vo.shop.RentInfoToDoVO">
|
||||
|
||||
Reference in New Issue
Block a user