|
|
|
@ -170,6 +170,11 @@ public class ThrProductsAddDiService extends ServiceImpl<ThrProductsAddDiDao, Th
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak6(thrProductsAddDiEntity.getBasicPrductRemak6());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak7(thrProductsAddDiEntity.getBasicPrductRemak7());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak8(thrProductsAddDiEntity.getBasicPrductRemak8());
|
|
|
|
|
udiInfoResponse.setCatalogname1(thrProductsAddDiEntity.getCatalogname1());
|
|
|
|
|
udiInfoResponse.setCatalogname2(thrProductsAddDiEntity.getCatalogname2());
|
|
|
|
|
udiInfoResponse.setCatalogname3(thrProductsAddDiEntity.getCatalogname3());
|
|
|
|
|
udiInfoResponse.setMatrial(thrProductsAddDiEntity.getMatrial());
|
|
|
|
|
|
|
|
|
|
if (StrUtil.isNotEmpty(thrProductsAddDiEntity.getBasicPrductRemak8())) {
|
|
|
|
|
ThrHslbEntity thrHslbEntity = thrHslbMapper.selectOne(new QueryWrapper<ThrHslbEntity>().eq("hsbm", thrProductsAddDiEntity.getBasicPrductRemak8()).last("limit 1"));
|
|
|
|
|
udiInfoResponse.setHslbName(thrHslbEntity.getHsmc());
|
|
|
|
|