|
|
|
@ -133,13 +133,23 @@ public class ThrProductsAddDiServiceImpl implements ThrProductsAddDiService {
|
|
|
|
|
public UdiInfoResponse getDiProductDetail(String uuid) {
|
|
|
|
|
ThrProductsAddDiEntity thrProductsAddDiEntity = thrProductsAddDiDao.filterThrProductsGetUuid(uuid);
|
|
|
|
|
UdiInfoResponse udiInfoResponse = thrProductsAddDiDao.getDiProductDetail(uuid);
|
|
|
|
|
udiInfoResponse.setSptm(thrProductsAddDiEntity.getSptm());
|
|
|
|
|
udiInfoResponse.setYbbm(thrProductsAddDiEntity.getYbbm());
|
|
|
|
|
udiInfoResponse.setManufactory(thrProductsAddDiEntity.getManufactory());
|
|
|
|
|
udiInfoResponse.setCpms(thrProductsAddDiEntity.getCpms());
|
|
|
|
|
udiInfoResponse.setMeasname(thrProductsAddDiEntity.getMeasname());
|
|
|
|
|
udiInfoResponse.setManufactory(thrProductsAddDiEntity.getManufactory());
|
|
|
|
|
udiInfoResponse.setPrice(thrProductsAddDiEntity.getPrice());
|
|
|
|
|
if(udiInfoResponse!=null){
|
|
|
|
|
udiInfoResponse.setSptm(thrProductsAddDiEntity.getSptm());
|
|
|
|
|
udiInfoResponse.setYbbm(thrProductsAddDiEntity.getYbbm());
|
|
|
|
|
udiInfoResponse.setManufactory(thrProductsAddDiEntity.getManufactory());
|
|
|
|
|
udiInfoResponse.setCpms(thrProductsAddDiEntity.getCpms());
|
|
|
|
|
udiInfoResponse.setMeasname(thrProductsAddDiEntity.getMeasname());
|
|
|
|
|
udiInfoResponse.setManufactory(thrProductsAddDiEntity.getManufactory());
|
|
|
|
|
udiInfoResponse.setPrice(thrProductsAddDiEntity.getPrice());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak1(thrProductsAddDiEntity.getBasicPrductRemak1());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak2(thrProductsAddDiEntity.getBasicPrductRemak2());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak3(thrProductsAddDiEntity.getBasicPrductRemak3());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak4(thrProductsAddDiEntity.getBasicPrductRemak4());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak5(thrProductsAddDiEntity.getBasicPrductRemak5());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak6(thrProductsAddDiEntity.getBasicPrductRemak6());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak7(thrProductsAddDiEntity.getBasicPrductRemak7());
|
|
|
|
|
udiInfoResponse.setBasicPrductRemak8(thrProductsAddDiEntity.getBasicPrductRemak8());
|
|
|
|
|
}
|
|
|
|
|
return udiInfoResponse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|