Bläddra i källkod

首页热门推荐bug修复

limin 7 år sedan
förälder
incheckning
ebe188d329

+ 1 - 1
src/main/java/com/goafanti/business/service/impl/JtBusinessServiceImpl.java

@@ -113,7 +113,7 @@ public class JtBusinessServiceImpl  extends BaseMybatisDao<JtBusinessProjectMapp
 		if(StringUtils.isNotBlank(ownerId)) {
 			params.put("ownerId", ownerId);
 		}
-		if(module!=null)params.put("module", module);
+		//if(module!=null)params.put("module", module);
 		if(isHot!=null)params.put("isHot", isHot);
 		if(orderType!=null)params.put("orderType", orderType);
 		if(orderSort!=null)params.put("orderSort", orderSort);