Browse Source

fix:[资源库管理][供试品]

master
HanLong 1 month ago
parent
commit
3ed56927ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/resources/mapper/business/GspMapper.xml

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

@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hxhq.business.mapper.GspMapper">
<select id="queryStudyList" resultType="com.hxhq.business.dto.gsp.GspListDto">
select t.id,t.mc,t.bh, t.ph, t.gg,tggdw, t.yxq,t.kc,t.kcdw,t.zjzt
select t.id,t.mc,t.bh, t.ph, t.gg,t.ggdw, t.yxq,t.kc,t.kcdw,t.zjzt
FROM `t_gsp` t
join `t_study_gsp` ts on t.id=ts.resource_id
<if test="ew.sqlSegment != '' and ew.sqlSegment != null">

Loading…
Cancel
Save