|
@ -274,9 +274,9 @@ public class DoctorJMJkEduArticlePCController extends BaseController {
|
|
|
if(page == 0){
|
|
|
page ++;
|
|
|
}
|
|
|
List<HealthEduArticlePatientModel> eduArticlePatients = jmJkEduArticleService.pushArticleList(page, pagesize, "xh1D2017031502222",firstLevelCategoryId,secondLevelCategoryId,myArticle,sendType,currentRoleCode,currentRoleLevel,articleTitle,sendTimeStart,sendTimeEnd);
|
|
|
List<HealthEduArticlePatientModel> eduArticlePatients = jmJkEduArticleService.pushArticleList(page, pagesize, getUID(),firstLevelCategoryId,secondLevelCategoryId,myArticle,sendType,currentRoleCode,currentRoleLevel,articleTitle,sendTimeStart,sendTimeEnd);
|
|
|
// Long count = jmJkEduArticleService.pushArticleListCount(getUID(),2);
|
|
|
List<HealthEduArticleES> eduArticlePatientsCount = jmJkEduArticleService.pushArticleListCount("xh1D2017031502222",firstLevelCategoryId,secondLevelCategoryId,myArticle,sendType,currentRoleCode,
|
|
|
List<HealthEduArticleES> eduArticlePatientsCount = jmJkEduArticleService.pushArticleListCount( getUID(),firstLevelCategoryId,secondLevelCategoryId,myArticle,sendType,currentRoleCode,
|
|
|
currentRoleLevel, articleTitle,sendTimeStart, sendTimeEnd);
|
|
|
net.sf.json.JSONObject obj = new net.sf.json.JSONObject();
|
|
|
obj.put("Code", 100);
|