去除多余代码
This commit is contained in:
parent
6185956410
commit
c1dc9994eb
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user