|
@@ -76,6 +76,7 @@ public class TemplateInfoFacade extends TemplateInfoServiceImpl {
|
|
|
mapAll.put("hospital_id", templateInfoRevampVO.getHospitalId());
|
|
|
mapAll.put("is_deleted", IsDeleteEnum.N.getKey());
|
|
|
mapAll.put("name", templateInfoRevampVO.getModeName());
|
|
|
+ mapAll.put("type", templateInfoRevampVO.getType());
|
|
|
templates.allEq(mapAll);
|
|
|
TemplateInfo datas = getOne(templates);
|
|
|
if (datas != null) {
|