|
@@ -311,18 +311,20 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
}
|
|
}
|
|
|
|
|
|
private void showButtonByPageType(Long hospitalId, GetDetailVO getDetailVO,Map<String, Object> res) {
|
|
private void showButtonByPageType(Long hospitalId, GetDetailVO getDetailVO,Map<String, Object> res) {
|
|
- switch (getDetailVO.getPageType()){
|
|
|
|
- case "1":
|
|
|
|
- break;
|
|
|
|
- case "2":
|
|
|
|
- checkButtonShow(hospitalId,getDetailVO,res);
|
|
|
|
- break;
|
|
|
|
- case "3":
|
|
|
|
- appealButtonShow(hospitalId,getDetailVO,res);
|
|
|
|
- break;
|
|
|
|
- default:
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
|
|
+// switch (getDetailVO.getPageType()){
|
|
|
|
+// case "1":
|
|
|
|
+// break;
|
|
|
|
+// case "2":
|
|
|
|
+// checkButtonShow(hospitalId,getDetailVO,res);
|
|
|
|
+// break;
|
|
|
|
+// case "3":
|
|
|
|
+// appealButtonShow(hospitalId,getDetailVO,res);
|
|
|
|
+// break;
|
|
|
|
+// default:
|
|
|
|
+// break;
|
|
|
|
+// }
|
|
|
|
+ checkButtonShow(hospitalId,getDetailVO,res);
|
|
|
|
+ appealButtonShow(hospitalId,getDetailVO,res);
|
|
}
|
|
}
|
|
|
|
|
|
private void appealButtonShow(Long hospitalId, GetDetailVO getDetailVO, Map<String, Object> res) {
|
|
private void appealButtonShow(Long hospitalId, GetDetailVO getDetailVO, Map<String, Object> res) {
|