Browse Source

fix: [麻精药表单] 停保表单列表bug

master
memorylkf 2 months ago
parent
commit
ed5d0ee713
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml

+ 1
- 1
hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml View File

@ -8,7 +8,7 @@
,ss.leader as subjectLeader,t.sfbl,tm.show_gc ,ss.leader as subjectLeader,t.sfbl,tm.show_gc
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_subject ss on t.study_subject_id=ss.id
left join t_study_subject ss on t.study_subject_id=ss.id
<if test="ew.sqlSegment != '' and ew.sqlSegment != null"> <if test="ew.sqlSegment != '' and ew.sqlSegment != null">
<where> <where>
${ew.sqlSegment} ${ew.sqlSegment}

Loading…
Cancel
Save