feat:添加银行
This commit is contained in:
@@ -89,4 +89,13 @@
|
||||
order by name
|
||||
</select>
|
||||
|
||||
<select id="queryByName" resultMap="BaseResultMap">
|
||||
select * from xfsg_banktype
|
||||
where code is not null and name is not null and name = #{name}
|
||||
</select>
|
||||
|
||||
|
||||
<select id="queryMaxCode" resultType="java.lang.String">
|
||||
select max(code) from xfsg_banktype
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user