同步专业数据修改
This commit is contained in:
@@ -11,8 +11,11 @@
|
||||
END as xb,TBD.BMMC as ksmc,TBD.BMMC as yxmc,TBD.BMBH as ksh,TBA.ZGDQZTDM as zgzt from from_gxsdxyxxzx_teacher TBA LEFT JOIN from_gxsdxyxxzx_xzbm TBD ON TBA.SZBMBH=TBD.BMBH
|
||||
WHERE TBA.ZGLBDM LIKE '1%'
|
||||
</select>
|
||||
<select id="getSpecialtyInfoList" resultType="java.util.Map">
|
||||
<select id="getSpecialtyInfoList" resultType="java.util.Map" parameterType="String">
|
||||
select b.JXZYBH as zydm,b.JXZYJC as zyjc,b.JXZYMC as zymc,a.BMMC yxmc from from_gxsdxyxxzx_xzbm a left join from_gxsdxyxxzx_zyxx b on a.BMBH=b.JXZYSSYXBBH
|
||||
where b.JXZYBH is not null
|
||||
</select>
|
||||
<where>
|
||||
b.JXZYBH is not null
|
||||
<if test="zydm != null and zydm!= '' ">and b.JXZYBH=#{zydm}</if>
|
||||
</where>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user