feature:开票后保存客商信息

release
gaorl 2 years ago
parent ef265204eb
commit a90e8564f7
  1. 3
      order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/order/service/impl/OrderInfoServiceImpl.java

@ -188,9 +188,6 @@ public class OrderInfoServiceImpl implements OrderInfoService {
DecimalFormat format = new DecimalFormat("#.###"); DecimalFormat format = new DecimalFormat("#.###");
@Autowired
private BuyerMapper buyerMapper;
@Override @Override
public PageUtils selectOrderInfo(Map<String, Object> map, List<String> shList, List<String> entList) { public PageUtils selectOrderInfo(Map<String, Object> map, List<String> shList, List<String> entList) {
return orderProcessService.selectOrderInfo(map, shList, entList); return orderProcessService.selectOrderInfo(map, shList, entList);

Loading…
Cancel
Save