Commit 7ab47655 by 蘑菇🍄

fix update time is null

parent 77133fb2
...@@ -373,7 +373,8 @@ left join tab_gic_mall_pro pro on pro.pro_code = co ...@@ -373,7 +373,8 @@ left join tab_gic_mall_pro pro on pro.pro_code = co
left join `gic3.0`.tab_gic_member_pommedeterre members_view on members_view.card_num = co.card_no left join `gic3.0`.tab_gic_member_pommedeterre members_view on members_view.card_num = co.card_no
group by co.card_no,co.mall_pro_code group by co.card_no,co.mall_pro_code
; ;
update set tab_gic_mall_collection_copy set update_time=null where update_time='0000-00-00 00:00:00';
......
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