|
|
@@ -104,6 +104,7 @@ public class depotStyleController {
|
|
104
|
104
|
TDepotStyleExample example = new TDepotStyleExample();
|
|
105
|
105
|
TDepotStyleExample.Criteria criteria = example.createCriteria();
|
|
106
|
106
|
criteria.andTypeEqualTo(type);
|
|
|
107
|
+ criteria.andOrgIdEqualTo(Integer.valueOf(orgId));
|
|
107
|
108
|
List<TDepotStyle> typeList = Service.selectPoint(example);
|
|
108
|
109
|
if (typeList.size() > 0) {
|
|
109
|
110
|
for (int i = 0; i < list.size(); i++) {
|