修改班级信息同步数据
This commit is contained in:
@@ -22,4 +22,7 @@
|
||||
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>
|
||||
<select id="getClassInfoList" resultType="java.util.Map">
|
||||
select BJBH as bjdm,BJSSJXZYBH as zyid,BJMC as bjmc,BJSSNJ as njid from from_gxsdxyxxzx_class
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user