|
@@ -4,22 +4,17 @@ import cn.hnthyy.thmz.Utils.*;
|
|
|
import cn.hnthyy.thmz.comment.UserLoginToken;
|
|
|
import cn.hnthyy.thmz.common.Constants;
|
|
|
import cn.hnthyy.thmz.entity.MzException;
|
|
|
-import cn.hnthyy.thmz.entity.his.*;
|
|
|
import cn.hnthyy.thmz.entity.his.mz.*;
|
|
|
-import cn.hnthyy.thmz.entity.his.zd.ZdChequeType;
|
|
|
import cn.hnthyy.thmz.entity.his.zd.ZdUnitCode;
|
|
|
import cn.hnthyy.thmz.entity.thmz.User;
|
|
|
import cn.hnthyy.thmz.enums.PayMarkEnum;
|
|
|
import cn.hnthyy.thmz.enums.YesNoEnum;
|
|
|
-import cn.hnthyy.thmz.service.his.*;
|
|
|
import cn.hnthyy.thmz.pageDto.MzyReqrecPageDto;
|
|
|
import cn.hnthyy.thmz.service.his.mz.*;
|
|
|
-import cn.hnthyy.thmz.service.his.zd.ZdChequeTypeService;
|
|
|
import cn.hnthyy.thmz.service.his.zd.ZdUnitCodeService;
|
|
|
import cn.hnthyy.thmz.vo.MzyReqrecVo;
|
|
|
import cn.hnthyy.thmz.vo.PageViewVo;
|
|
|
import cn.hnthyy.thmz.vo.ThmzmxsrParamsVo;
|
|
|
-import com.auth0.jwt.interfaces.DecodedJWT;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -41,19 +36,13 @@ public class MzyReqrecController {
|
|
|
@Autowired
|
|
|
private MzPatientMiService mzPatientMiService;
|
|
|
@Autowired
|
|
|
- private ResponceTypeService responceTypeService;
|
|
|
- @Autowired
|
|
|
private ZdUnitCodeService zdUnitCodeService;
|
|
|
@Autowired
|
|
|
private EmployeeService employeeService;
|
|
|
@Autowired
|
|
|
- private ZdChequeTypeService zdChequeTypeService;
|
|
|
- @Autowired
|
|
|
private MzZdWorkTimeService mzZdWorkTimeService;
|
|
|
@Autowired
|
|
|
private MzyZdChargeTypeService mzyZdChargeTypeService;
|
|
|
- @Autowired
|
|
|
- private RegionService regionService;
|
|
|
|
|
|
/**
|
|
|
* 保存挂号信息
|