This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
eln_TD
/
eln_svr
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix:[资源库管理][麻精药,给药制剂]列表
master
15881625488@163.com
3 days ago
parent
0d68b827cc
commit
ca697e98fa
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
hxhq-modules/hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml
+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}
Write
Preview
Loading…
Cancel
Save