浏览代码

Merge branch 'dev' of chenweida/patient-co-management into dev

chenweida 8 年之前
父节点
当前提交
2d42d3ec54

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/patient/prescription/PrescriptionLogController.java

@ -20,7 +20,7 @@ import java.util.List;
@RestController
@RequestMapping(value = "/patient/prescriptionlog")
@Api("患者端-处方日志")
public class PrescriptionLogController extends BaseController {
public class PatientPrescriptionLogController extends BaseController {
    @Autowired
    private PrescriptionLogService prescriptionLogService;