修改定时任务

This commit is contained in:
shuo.wang
2024-05-13 17:39:18 +08:00
parent f6c2b62417
commit b7e15b03a9

View File

@@ -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">