This commit is contained in:
2024-08-01 08:43:02 +08:00
parent ed9a9cdbd4
commit e9d8c39eb4
5 changed files with 0 additions and 9 deletions

View File

@@ -105,7 +105,6 @@ public class GoodsBrandInfoService extends MybatisBaseService<GoodsBrandInfoMapp
// wmsGoodsBrand.setBigPic(path); // wmsGoodsBrand.setBigPic(path);
// } // }
wmsGoodsBrand.setCreateBySid(dto.getUserSid()); wmsGoodsBrand.setCreateBySid(dto.getUserSid());
wmsGoodsBrand.setCreateOrgSid(dto.getUseOrgSid());
// wmsGoodsBrand.setUseOrgSid(dto.getOrgPath()); // wmsGoodsBrand.setUseOrgSid(dto.getOrgPath());
baseMapper.insert(wmsGoodsBrand); baseMapper.insert(wmsGoodsBrand);
} }

View File

@@ -96,8 +96,6 @@ public class GoodsManufacturerService extends MybatisBaseService<GoodsManufactur
// lpkGoods.setPicUrl(path); // lpkGoods.setPicUrl(path);
// } // }
wmsManufacturer.setCreateBySid(dto.getUserSid()); wmsManufacturer.setCreateBySid(dto.getUserSid());
wmsManufacturer.setCreateOrgSid(dto.getUseOrgSid());
// wmsManufacturer.setUseOrgSid(dto.getOrgPath());
baseMapper.insert(wmsManufacturer); baseMapper.insert(wmsManufacturer);
} }
return rb.success().setMsg("成功"); return rb.success().setMsg("成功");

View File

@@ -170,8 +170,6 @@ public class GoodsSpuService extends MybatisBaseService<GoodsSpuMapper, GoodsSpu
wmsGoods.setCreateTime(new DateTime()); wmsGoods.setCreateTime(new DateTime());
wmsGoods.setGoodsPY(PinYinUtils.sx(wmsGoods.getGoodsName()));; wmsGoods.setGoodsPY(PinYinUtils.sx(wmsGoods.getGoodsName()));;
wmsGoods.setCreateBySid(dto.getUserSid()); wmsGoods.setCreateBySid(dto.getUserSid());
wmsGoods.setCreateOrgSid(dto.getUseOrgSid());
// wmsGoods.setUseOrgSid(dto.getOrgPath());
baseMapper.insert(wmsGoods); baseMapper.insert(wmsGoods);
//spu详情 //spu详情
dto.getBaseGoodsSpuDetail().setGoodSpuSid(wmsGoods.getSid()); dto.getBaseGoodsSpuDetail().setGoodSpuSid(wmsGoods.getSid());

View File

@@ -139,8 +139,6 @@ public class GoodsTypeService extends MybatisBaseService<GoodsTypeMapper, GoodsT
wmsGoods.setIsGoodsID("1"); wmsGoods.setIsGoodsID("1");
} }
wmsGoods.setCreateBySid(dto.getUserSid()); wmsGoods.setCreateBySid(dto.getUserSid());
wmsGoods.setCreateOrgSid(dto.getUseOrgSid());
// wmsGoods.setUseOrgSid(dto.getOrgPath());
baseMapper.insert(wmsGoods); baseMapper.insert(wmsGoods);
} }
return rb.success().setMsg("成功"); return rb.success().setMsg("成功");

View File

@@ -94,8 +94,6 @@ public class GoodsUnitService extends MybatisBaseService<GoodsUnitMapper, GoodsU
// lpkGoods.setPicUrl(path); // lpkGoods.setPicUrl(path);
// } // }
wmsGoods.setCreateBySid(dto.getUserSid()); wmsGoods.setCreateBySid(dto.getUserSid());
wmsGoods.setCreateOrgSid(dto.getUseOrgSid());
// wmsGoods.setUseOrgSid(dto.getOrgPath());
baseMapper.insert(wmsGoods); baseMapper.insert(wmsGoods);
} }
return rb.success().setMsg("成功"); return rb.success().setMsg("成功");