|
@@ -7,6 +7,7 @@ import com.lantone.common.api.CommonResult;
|
|
|
import com.lantone.report.dto.GetAppealInfoDTO;
|
|
|
import com.lantone.report.dto.GetAppealReviewDTO;
|
|
|
import com.lantone.report.dto.GetComplaintRecordDTO;
|
|
|
+import com.lantone.report.entity.QcresultDetail;
|
|
|
import com.lantone.report.facade.MedAppealExamineInfoManagementFacade;
|
|
|
import com.lantone.report.vo.GetAppealInfoVO;
|
|
|
import com.lantone.report.vo.GetAppealReviewVO;
|
|
@@ -80,7 +81,7 @@ public class MedAppealExamineInfoManagementController {
|
|
|
@ApiOperation(value = "获取该申诉记录最新缺陷详情[by:zhanghang]",
|
|
|
notes = "获取该申诉记录最新缺陷详情")
|
|
|
@PostMapping("/getComplaintDetailMsg")
|
|
|
- public CommonResult<String> getComplaintDetailMsg(@RequestBody GetComplaintDetailMsgVO getComplaintDetailMsgVO) {
|
|
|
+ public CommonResult<QcresultDetail> getComplaintDetailMsg(@RequestBody GetComplaintDetailMsgVO getComplaintDetailMsgVO) {
|
|
|
return CommonResult.success(medAppealExamineInfoManagementFacade.getComplaintDetailMsg(getComplaintDetailMsgVO));
|
|
|
}
|
|
|
}
|