|
@ -414,6 +414,7 @@ public class ManagerQuestionnaireController extends WeixinBaseController {
|
|
|
System.out.println("accessToken=====>" + accessToken);
|
|
|
JSONObject json = new JSONObject(str);
|
|
|
List<String> codes = surveyUserDao.findBySurveyCodeAndStatus(code);
|
|
|
json.put("survey_id", code);
|
|
|
for (String cod : codes) {
|
|
|
Patient p = patientDao.findByCode(cod);
|
|
|
String name = p.getName();
|