goods
This commit is contained in:
@@ -105,7 +105,6 @@ public class GoodsBrandInfoService extends MybatisBaseService<GoodsBrandInfoMapp
|
||||
// wmsGoodsBrand.setBigPic(path);
|
||||
// }
|
||||
wmsGoodsBrand.setCreateBySid(dto.getUserSid());
|
||||
wmsGoodsBrand.setCreateOrgSid(dto.getUseOrgSid());
|
||||
// wmsGoodsBrand.setUseOrgSid(dto.getOrgPath());
|
||||
baseMapper.insert(wmsGoodsBrand);
|
||||
}
|
||||
|
||||
@@ -96,8 +96,6 @@ public class GoodsManufacturerService extends MybatisBaseService<GoodsManufactur
|
||||
// lpkGoods.setPicUrl(path);
|
||||
// }
|
||||
wmsManufacturer.setCreateBySid(dto.getUserSid());
|
||||
wmsManufacturer.setCreateOrgSid(dto.getUseOrgSid());
|
||||
// wmsManufacturer.setUseOrgSid(dto.getOrgPath());
|
||||
baseMapper.insert(wmsManufacturer);
|
||||
}
|
||||
return rb.success().setMsg("成功");
|
||||
|
||||
@@ -170,8 +170,6 @@ public class GoodsSpuService extends MybatisBaseService<GoodsSpuMapper, GoodsSpu
|
||||
wmsGoods.setCreateTime(new DateTime());
|
||||
wmsGoods.setGoodsPY(PinYinUtils.sx(wmsGoods.getGoodsName()));;
|
||||
wmsGoods.setCreateBySid(dto.getUserSid());
|
||||
wmsGoods.setCreateOrgSid(dto.getUseOrgSid());
|
||||
// wmsGoods.setUseOrgSid(dto.getOrgPath());
|
||||
baseMapper.insert(wmsGoods);
|
||||
//spu详情
|
||||
dto.getBaseGoodsSpuDetail().setGoodSpuSid(wmsGoods.getSid());
|
||||
|
||||
@@ -139,8 +139,6 @@ public class GoodsTypeService extends MybatisBaseService<GoodsTypeMapper, GoodsT
|
||||
wmsGoods.setIsGoodsID("1");
|
||||
}
|
||||
wmsGoods.setCreateBySid(dto.getUserSid());
|
||||
wmsGoods.setCreateOrgSid(dto.getUseOrgSid());
|
||||
// wmsGoods.setUseOrgSid(dto.getOrgPath());
|
||||
baseMapper.insert(wmsGoods);
|
||||
}
|
||||
return rb.success().setMsg("成功");
|
||||
|
||||
@@ -94,8 +94,6 @@ public class GoodsUnitService extends MybatisBaseService<GoodsUnitMapper, GoodsU
|
||||
// lpkGoods.setPicUrl(path);
|
||||
// }
|
||||
wmsGoods.setCreateBySid(dto.getUserSid());
|
||||
wmsGoods.setCreateOrgSid(dto.getUseOrgSid());
|
||||
// wmsGoods.setUseOrgSid(dto.getOrgPath());
|
||||
baseMapper.insert(wmsGoods);
|
||||
}
|
||||
return rb.success().setMsg("成功");
|
||||
|
||||
Reference in New Issue
Block a user