Commit 30cc57ff by huluobin

update

parent 7656b0bc
...@@ -586,8 +586,6 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order ...@@ -586,8 +586,6 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order
double dataRate = this.countOrderDataRate(customer, orderManage); double dataRate = this.countOrderDataRate(customer, orderManage);
orderManage.setDataIntegrity(dataRate); orderManage.setDataIntegrity(dataRate);
orderManageMapper.updateById(orderManage); orderManageMapper.updateById(orderManage);
} }
@Override @Override
......
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