同步专业数据修改
This commit is contained in:
@@ -18,4 +18,8 @@
|
||||
<if test="zydm != null and zydm!= '' ">and b.JXZYBH=#{zydm}</if>
|
||||
</where>
|
||||
</select>
|
||||
<select id="getSpecialtyALLInfo" resultType="java.util.Map">
|
||||
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>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user