Browse Source

fix:[资源库管理][麻精药,给药制剂]列表

master
15881625488@163.com 3 days ago
parent
commit
ca697e98fa
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      hxhq-modules/hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml
  2. +2
    -2
      hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyMapper.xml

+ 2
- 2
hxhq-modules/hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml View File

@ -15,8 +15,8 @@
,t.ckl,t.ckldw,t.ffzytj,t.ckmz,t.ckmzdw,t.lqr1_mc,t.lqr2_mc,t.ffr1_mc,t.ffr2_mc,t.ffbz,s.name as mdMc
,z.mc as zcgMc
FROM `t_gyzj` t
join `t_study` s on s.id=t.md_id
join `t_zcg` z on z.id=t.zcg_id
left join `t_study` s on s.id=t.md_id
left join `t_zcg` z on z.id=t.zcg_id
<if test="ew.sqlSegment != '' and ew.sqlSegment != null">
<where>
${ew.sqlSegment}

+ 2
- 2
hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyMapper.xml View File

@ -15,8 +15,8 @@
,t.ckl,t.ckldw,t.ffzytj,t.ckmz,t.ckmzdw,t.lqr1_mc,t.lqr2_mc,t.ffr1_mc,t.ffr2_mc,t.ffbz,s.name as mdMc
,z.mc as zcgMc
FROM `t_mjy` t
join `t_zcg` z on z.id=t.zcg_id
join `t_study` s on s.id=t.md_id
left join `t_zcg` z on z.id=t.zcg_id
left join `t_study` s on s.id=t.md_id
<if test="ew.sqlSegment != '' and ew.sqlSegment != null">
<where>
${ew.sqlSegment}

Loading…
Cancel
Save