|
|
|
@ -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"> |
|
|
|
|