|
|
|
@ -360,6 +360,7 @@ public class ThrProductsAddDiController {
|
|
|
|
|
|
|
|
|
|
FilterThrProductsRequest filterThrProductsRequest=new FilterThrProductsRequest();
|
|
|
|
|
filterThrProductsRequest.setStatus(2);
|
|
|
|
|
filterThrProductsRequest.setDiType(1);
|
|
|
|
|
List<ThrProductsAddDiEntity> thrProductsAddDiEntityList=thrProductsAddDiService.filterThrProductsDiLists(filterThrProductsRequest);
|
|
|
|
|
|
|
|
|
|
for (ThrProductsAddDiEntity thrProductsAddDiEntity:thrProductsAddDiEntityList){
|
|
|
|
|