Commit 45ef1d63 by zhiwj

bug

parent a7fea8d6
......@@ -151,9 +151,9 @@
<insert id="updateBuinessTimeBystoreInfoIds">
insert into tab_store_business_time(
weekday,open_time,close_time,store_info_id,create_time,update_time,enterprise_id
weekday,open_time,close_time,store_info_id,create_time,update_time,enterprise_id, status
)
select #{weekday},#{openTime},#{closeTime},store_info_id,now(),now(),enterprise_id from tab_store_info where overflow_status=0
select #{weekday},#{openTime},#{closeTime},store_info_id,now(),now(),enterprise_id, 1 from tab_store_info where overflow_status=0
and store_info_id in
<foreach collection="storeInfoIdList" index="index" item="storeInfoId" open="(" separator="," close=")">
#{storeInfoId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment