|
|
|
@ -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(); |
|
|
|
|