kimi
2020-03-13 8033eea1502d4cb0a91aa4b86c848ccb00ba8dc0
1
2
3
4
5
6
7
8
9
10
<?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.highdatas.mdm.mapper.MasterModifiedMapper">
 
 
    <select id="selectByTableMasterId" resultType="java.util.Map" statementType="STATEMENT" >
        select * from master_modified where table_name = #{tableName} and master_id =  #{fields}
    </select>
 
</mapper>