|
@ -240,7 +240,7 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
} else if (wxId.equalsIgnoreCase("xm_hcyy_wx")) {
|
|
|
vos = hcyyPrescriptionService.selectOutpatientList(patient,startTime,endTime,cardNo);
|
|
|
} else if (wxId.equalsIgnoreCase("xm_dsyy_wx")) {
|
|
|
vos = dsyyPrescriptionService.selectOutpatientList(patient, startTime, endTime, ksdm, cardNo);
|
|
|
vos = dsyyPrescriptionService.selectOutpatientList(patient, startTime, endTime,demoFlag, ksdm, cardNo);
|
|
|
} else {
|
|
|
return ListEnvelop.getError("尚未开发!");
|
|
|
}
|
|
@ -463,7 +463,7 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
@RequestParam(value = "patient", required = true) String patient,
|
|
|
@ApiParam(name = "flag", value = "标识是否开启结算")
|
|
|
@RequestParam(value = "flag", required = false) boolean flag,
|
|
|
@ApiParam(name = "outpatientType", value = "1在线复诊 2 协同 3 专家咨询")
|
|
|
@ApiParam(name = "outpatientType", value = "1在线复诊 2 协同 3 专家咨询 4康复咨询")
|
|
|
@RequestParam(value = "outpatientType", required = false) String outpatientType) throws Exception {
|
|
|
|
|
|
try {
|