|
@ -36,7 +36,7 @@ public class PatientPrescriptionLogController extends BaseController {
|
|
|
public String addReply(
|
|
|
@RequestParam(required = true) @ApiParam(value = "处方code", name = "prescriptionCode") String prescriptionCode) {
|
|
|
try {
|
|
|
Integer[] types = new Integer[]{12, 21, 31, 41, 100};
|
|
|
Integer[] types = new Integer[]{20, 30, 31,100};
|
|
|
List<PrescriptionLog> prescriptionLogs = prescriptionLogService.findPrescriptionLogsByPrescriptionCode(prescriptionCode, types);
|
|
|
if (prescriptionLogs != null) {
|
|
|
return write(200, "获取处方流程成功", "data", prescriptionLogs);
|