|
@@ -117,7 +117,7 @@ public class PushFacade {
|
|
|
pushDTO.setDisMap(disMap);
|
|
|
}
|
|
|
//症状(主诉 type=1;现病史 type=2) 返回 tagName+填写单
|
|
|
- else if (featureTypeSet.contains(QuestionTypeEnum.Mainsuit.getKey()) || featureTypeSet.contains(QuestionTypeEnum.Symptom.getKey())) {
|
|
|
+ else if (featureTypeSet.contains(QuestionTypeEnum.Symptom.getKey())) {
|
|
|
QueryWrapper<QuestionInfo> questionInfoQueryWrapper = new QueryWrapper();
|
|
|
questionInfoQueryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey()).
|
|
|
in("tag_name", symptomMap.keySet()).
|