|
@@ -89,7 +89,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());
|
|
|
+ //mapAll.put("type", templateInfoRevampVO.getType());
|
|
|
templates.allEq(mapAll);
|
|
|
TemplateInfo datas = getOne(templates);
|
|
|
if (datas != null) {
|
|
@@ -124,7 +124,7 @@ public class TemplateInfoFacade extends TemplateInfoServiceImpl {
|
|
|
mapAll.put("hospital_id", templateInfosVO.getHospitalId());
|
|
|
mapAll.put("is_deleted", IsDeleteEnum.N.getKey());
|
|
|
mapAll.put("name", templateInfosVO.getModeName());
|
|
|
- mapAll.put("type", templateInfosVO.getModeType());
|
|
|
+ //mapAll.put("type", templateInfosVO.getModeType());
|
|
|
|
|
|
templateInfoFand.allEq(mapAll);
|
|
|
int sum = count(templateInfoFand);
|