|
|
@@ -871,6 +871,7 @@ public class DemandServiceImpl extends BaseMybatisDao<DemandMapper> implements D
|
|
|
if (StringUtils.isNotBlank(TokenManager.getUserId())) {
|
|
|
params.put("uid", TokenManager.getUserId());
|
|
|
}
|
|
|
+ //params.put("uid", "6d71349c-7bb8-4e8a-8c03-0c3f36fc66ae");
|
|
|
if (type==InterestType.POLICY.getCode()) {
|
|
|
Pagination<ObjectInterestListBo> p=(Pagination<ObjectInterestListBo>) findPage("findAppNewsInterestByPage", "findAppNewsInterestCount", params, pNo, pSize);
|
|
|
List<ObjectInterestListBo> l=(List<ObjectInterestListBo>) p.getList();
|