同步专业数据修改

This commit is contained in:
2025-12-26 13:35:35 +08:00
parent b0159da137
commit 8125a085f0
9 changed files with 131 additions and 4 deletions

View File

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