|
|
|
@ -38,6 +38,13 @@ public class ThrProductsAddDiServiceImpl implements ThrProductsAddDiService {
|
|
|
|
|
PageHelper.offsetPage(offset, filterThrProductsRequest.getLimit());
|
|
|
|
|
}
|
|
|
|
|
List<ThrProductsAddDiResponse> thrProductsAddDiResponses = thrProductsAddDiDao.filterThrProductsList(filterThrProductsRequest);
|
|
|
|
|
|
|
|
|
|
if (CollUtil.isNotEmpty(thrProductsAddDiResponses)) {
|
|
|
|
|
thrProductsAddDiResponses.forEach(thrProductsAddDiResponse -> {
|
|
|
|
|
thrProductsAddDiResponse.setStandard(thrProductsAddDiResponse.getSpec());
|
|
|
|
|
thrProductsAddDiResponse.setZczbhhzbapzbh(thrProductsAddDiResponse.getRegisterNo());
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
return thrProductsAddDiResponses;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|