|
@ -398,7 +398,7 @@ public class PatientService implements IPatientService { |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public List<String> stringLists(Long testQuestionsId) { |
|
|
public List<String> stringLists(Long testQuestionsId) { |
|
|
List<String> stringList=Arrays.asList(); |
|
|
List<String> stringList=new ArrayList<String>(); |
|
|
if(ObjectUtil.isNotNull(testQuestionsId)){ |
|
|
if(ObjectUtil.isNotNull(testQuestionsId)){ |
|
|
stringList= patientDao.stringLists(testQuestionsId); |
|
|
stringList= patientDao.stringLists(testQuestionsId); |
|
|
}else { |
|
|
}else { |
|
|