ims_zhyshop_sun_wiwibaoimportdetail的数据有了,state=0,import_status=0
执行后 Wiwibaoimportdetail的import_status=1
执行后 Wiwibaoimportdetail的state=1
步骤:
7581
start_id: 1320022
end_id: 1327602
select count(*) from ims_zhyshop_sun_wiwibaoimportdetail where state =0 and import_status=0;
select * from ims_zhyshop_sun_wiwibaoimportdetail where state =0 and import_status=0 limit 0,1;
select * from ims_zhyshop_sun_wiwibaoimportdetail where state =0 and import_status=0 order by id desc limit 0,1;