Browse Source

1.干线bug修复

dist.1.2.0^2
zhenghaoyu 4 months ago
parent
commit
ae1f324602
  1. 2
      blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/OpenOrderServiceImpl.java

2
blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/OpenOrderServiceImpl.java

@ -795,7 +795,7 @@ public class OpenOrderServiceImpl implements IOpenOrderService {
if (Objects.isNull(basicdataCategoryEntity)) {
basicdataCategoryEntity = new BasicdataCategoryEntity();
basicdataCategoryEntity.setName(goodsName);
basicdataCategoryEntity.setType(1);
basicdataCategoryEntity.setType(10);
goodsId = basicdataCategoryClient.addReturnId(basicdataCategoryEntity);
} else {
goodsId = basicdataCategoryEntity.getId();

Loading…
Cancel
Save