|
|
@@ -440,6 +440,7 @@ public class VendorIntroductionServiceImpl implements VendorIntroductionService
|
|
|
String rownumSql = ") s order by isStore desc,score desc limit " + (page - 1) * size + "," + size ;
|
|
|
vendorIntroductionUusSql.append("select s.*, if( st_uuid is not null and st_status = 'OPENED', 1, null) isStore from (")
|
|
|
.append(enterpriseSql).append(rownumSql);
|
|
|
+ System.out.println(vendorIntroductionUusSql.toString());
|
|
|
return commonDao.query(vendorIntroductionUusSql.toString(), VendorIntroduction.class);
|
|
|
}
|
|
|
|