|
|
@@ -342,6 +342,12 @@ public class GoodsDescController extends BladeController {
|
|
|
specificationWrapper.eq(GoodsSpecification::getTenantId, SecureUtil.getTenantId());
|
|
|
List<GoodsSpecification> goodsSpecificationList = goodsSpecificationService.list(specificationWrapper);
|
|
|
e.setGoodsSpecificationList(goodsSpecificationList);
|
|
|
+ if (e.getCorpId() != null){
|
|
|
+ CorpsDesc desc = corpsDescService.getById(e.getCorpId());
|
|
|
+ if (desc != null){
|
|
|
+ e.setCorpCode(desc.getCode());
|
|
|
+ }
|
|
|
+ }
|
|
|
});
|
|
|
|
|
|
}
|