Browse Source

Merge branch 'dev' of http://192.168.1.220:10080/Amoy2/wlyy2.0 into dev

# Conflicts:
#	svr/svr-internet-hospital/src/main/java/com/yihu/jw/hospital/endpoint/patient/PatientNoLoginEndPoint.java
wangzhinan 4 years ago
parent
commit
7f40f451d2

+ 2 - 2
svr/svr-internet-hospital/src/main/java/com/yihu/jw/hospital/endpoint/prescription/PrescriptionEndpoint.java

@ -907,11 +907,11 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
        }
        }
    }
    }
    @PostMapping(value = "test")
 /*   @PostMapping(value = "test")
    @ApiOperation(value = "test", notes = "test")
    @ApiOperation(value = "test", notes = "test")
    public Envelop test()throws Exception {
    public Envelop test()throws Exception {
        return success(prescriptionService.test());
        return success(prescriptionService.test());
    }
    }*/
    
    
    @PostMapping(value = "test2")
    @PostMapping(value = "test2")
    @ApiOperation(value = "test2", notes = "test2")
    @ApiOperation(value = "test2", notes = "test2")