|
|
@ -19,7 +19,7 @@ |
|
|
<select id="queryInfo" resultType="com.hxhq.business.domain.StudyFormFill"> |
|
|
<select id="queryInfo" resultType="com.hxhq.business.domain.StudyFormFill"> |
|
|
select t.*,tm.name as templateMc,tm.name_en as templateMcEn,tm.sn as templateSn,tm.show_sn as templateShowSn |
|
|
select t.*,tm.name as templateMc,tm.name_en as templateMcEn,tm.sn as templateSn,tm.show_sn as templateShowSn |
|
|
,ts.sn as studySn,ts.name as studyMc,tm.export_class as templateExportClass,tm.export_method as templateExportMethod,tm.product, |
|
|
,ts.sn as studySn,ts.name as studyMc,tm.export_class as templateExportClass,tm.export_method as templateExportMethod,tm.product, |
|
|
tm.pdf_size as templatePdfSize,tm.show_yjcc as templateShowYjcc,ts.type as studyType,tm.show_blxjsh |
|
|
|
|
|
|
|
|
tm.pdf_size as templatePdfSize,tm.show_yjcc as templateShowYjcc,ts.type as studyType,tm.show_blxjsh,tm.only_submit |
|
|
FROM `t_study_form_fill` t |
|
|
FROM `t_study_form_fill` t |
|
|
join t_template tm on tm.id=t.template_id |
|
|
join t_template tm on tm.id=t.template_id |
|
|
join t_study ts on ts.id=t.study_id |
|
|
join t_study ts on ts.id=t.study_id |
|
|
|