|
@@ -311,7 +311,7 @@ public class FsStoreProductScrmServiceImpl implements IFsStoreProductScrmService
|
|
product.setStock(Long.parseLong(countDto.getStock().toString()));
|
|
product.setStock(Long.parseLong(countDto.getStock().toString()));
|
|
product.setCompanyIds(param.getCompanyIds());
|
|
product.setCompanyIds(param.getCompanyIds());
|
|
product.setVideo(param.getVideo());
|
|
product.setVideo(param.getVideo());
|
|
-// product.setIsDrug(param.getIsDrug());
|
|
|
|
|
|
+ product.setIsDrug(param.getIsDrug());
|
|
fsStoreProductMapper.updateFsStoreProduct(product);
|
|
fsStoreProductMapper.updateFsStoreProduct(product);
|
|
if (param.getSpecType().equals(0)) {
|
|
if (param.getSpecType().equals(0)) {
|
|
ProductArrtDTO fromatDetailDto = ProductArrtDTO.builder()
|
|
ProductArrtDTO fromatDetailDto = ProductArrtDTO.builder()
|
|
@@ -336,7 +336,7 @@ public class FsStoreProductScrmServiceImpl implements IFsStoreProductScrmService
|
|
product.setStock(Long.parseLong(countDto.getStock().toString()));
|
|
product.setStock(Long.parseLong(countDto.getStock().toString()));
|
|
product.setCompanyIds(param.getCompanyIds());
|
|
product.setCompanyIds(param.getCompanyIds());
|
|
product.setVideo(param.getVideo());
|
|
product.setVideo(param.getVideo());
|
|
-// product.setIsDrug(param.getIsDrug());
|
|
|
|
|
|
+ product.setIsDrug(param.getIsDrug());
|
|
fsStoreProductMapper.insertFsStoreProduct(product);
|
|
fsStoreProductMapper.insertFsStoreProduct(product);
|
|
if (param.getSpecType().equals(0)) {
|
|
if (param.getSpecType().equals(0)) {
|
|
ProductArrtDTO fromatDetailDto = ProductArrtDTO.builder()
|
|
ProductArrtDTO fromatDetailDto = ProductArrtDTO.builder()
|