|
@@ -50,6 +50,7 @@ public class SysSetFacade {
|
|
|
}
|
|
|
|
|
|
public Boolean getAdminCheckout(HospitalCodeSetVO hospitalCodeSetVO) {
|
|
|
+ hospitalCodeSetVO.setShowError(false);
|
|
|
RespDTO<Boolean> data = tranServiceClient.getAdminCheckout(hospitalCodeSetVO);
|
|
|
RespDTOUtil.respNGDeal(data, "获取校验管理员身份失败!");
|
|
|
return data.data;
|