feature:新增客户信息 用客户编码 + ent_id 校验重复性

release
gaorl 2 years ago
parent f1a2ec0730
commit d7f5214188
  1. 2
      order-management-base-service/src/main/java/com/dxhy/order/baseservice/module/buyer/service/impl/BuyerServiceImpl.java

@ -648,7 +648,7 @@ public class BuyerServiceImpl implements BuyerService {
queryBuyerEntity.setId(buyerEntity.getId());
} else {
queryBuyerEntity.setTaxpayerCode(buyerEntity.getTaxpayerCode());
queryBuyerEntity.setPurchaseName(buyerEntity.getPurchaseName());
//queryBuyerEntity.setPurchaseName(buyerEntity.getPurchaseName());
}
queryBuyerEntity.setEntId(buyerEntity.getDeptId());

Loading…
Cancel
Save