机台授权部分接口更改-缺少参数新增

This commit is contained in:
liuzhaotian
2024-08-16 12:15:30 +08:00
parent e277d6cd1e
commit 696b363b1f
2 changed files with 33 additions and 0 deletions
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.cf.imes.module.system.dal.mysql.organ.OrganMapper">
<select id="selectTestSQL" resultType="com.cf.imes.module.system.dal.dataobject.organ.OrganizationDO">
${sql}
</select>
</mapper>