Commit f0511f54 by huangZW

111

parent d355c9cf
...@@ -49,6 +49,14 @@ public class ApplicationController extends WebBaseController{ ...@@ -49,6 +49,14 @@ public class ApplicationController extends WebBaseController{
it.remove(); it.remove();
continue ; continue ;
} }
if("卡券赠送".equals(app.getApplicationName())){
it.remove();
continue ;
}
if("内购券".equals(app.getApplicationName())){
it.remove();
continue ;
}
} }
return resultResponse(HaoBanErrCode.ERR_1,list); return resultResponse(HaoBanErrCode.ERR_1,list);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment