|
|
@@ -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);
|