去除多余代码

This commit is contained in:
liyj 2025-12-09 17:34:43 +08:00
parent 6185956410
commit c1dc9994eb

View File

@ -492,7 +492,6 @@ public class ShopPageAppController extends BaseControllerImpl {
}
QueryWrapper<ShopPageApp> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("is_pulish", "1");
queryWrapper.eq("app_industry", "1");
String appName= getParameter("appName");
if(StringUtils.isNotEmpty(appName)){
queryWrapper.like("app_name", appName);