|
|
@@ -871,7 +871,6 @@ public class DemandServiceImpl extends BaseMybatisDao<DemandMapper> implements D
|
|
|
if (StringUtils.isNotBlank(TokenManager.getUserId())) {
|
|
|
params.put("uid", TokenManager.getUserId());
|
|
|
}
|
|
|
- params.put("uid", "904d1d5a-30f6-4813-b632-1ff07a1ad317");
|
|
|
if (type==InterestType.POLICY.getCode()) {
|
|
|
Pagination<ObjectInterestListBo> p=(Pagination<ObjectInterestListBo>) findPage("findAppNewsInterestByPage", "findAppNewsInterestCount", params, pNo, pSize);
|
|
|
List<ObjectInterestListBo> l=(List<ObjectInterestListBo>) p.getList();
|