行为
bug #1043
已关闭由 yi 仪传彪 更新于 大约一年 之前
1、GetPhysicalEexamQuestionPaperByOrderCode 接口返回数据,主检界面才显示问卷信息。
2、内部查询语句:
select * from JH_PaperRst JhPaperRst
inner join JH_PaperRstDetail JhPaperRstDetail on JhPaperRst.PaperCode = JhPaperRstDetail.PaperCode
where JhPaperRst.OrderCode =@OrderCode order by QuestionNum asc
3、查询出的QuestionNum 必须在PaperXMLFile里得Question ID=''中必须存在才行,否则报查不到字典报错,不返回问卷信息不显示。
行为