|
@@ -139,6 +139,8 @@ class ProdApiServiceImpl implements ProdServiceI {
|
|
|
|
|
|
|
|
List<ProdAttrJoint> prodAttrJointList = prodAttrJointService.selectProdAttrJointList(condJoint);
|
|
List<ProdAttrJoint> prodAttrJointList = prodAttrJointService.selectProdAttrJointList(condJoint);
|
|
|
prodAttrResponse.setProdAttrJointList(prodAttrJointList);
|
|
prodAttrResponse.setProdAttrJointList(prodAttrJointList);
|
|
|
|
|
+
|
|
|
|
|
+ prodAttrResponseList.add(prodAttrResponse);
|
|
|
}
|
|
}
|
|
|
mp.setProdAttrList(prodAttrResponseList);
|
|
mp.setProdAttrList(prodAttrResponseList);
|
|
|
}
|
|
}
|