/*延爆是指延期次数过多,导致数据混乱的情况,基本表现为突然出现大量商品价格为0*/
select*from item where num3>0
select*from item where class_no not in(select class_no from ba_cls_info)
update item set class_no=reverse(ltrim(rtrim(class_no)))where class_no not in(select class_no from ba_cls_info)
update item set sale_price=num3 where sale_price=0 and num3<>0
update item set num3='.000000'where num3<>0
/*依次执行语句,执行之后需要当天注册*/
修改日期 | 修改人 | 备注 |
2020-07-06 10:57:34[当前版本] | 吴翔宇 | 20200706 |
2020-06-23 17:59:13 | 吴翔宇 | 20200623 |
2020-06-23 17:57:18 | 吴翔宇 | 20200623 |
2020-06-23 17:34:22 | 吴翔宇 | 20200623 |