2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-17 ecf4d66d0e45837adfe1bf8e2d34274bcfed60fd
dao/src/main/resources/mapper/UsrAlipayConfigMapper.xml
@@ -5,17 +5,19 @@
<mapper namespace="com.sandu.ximon.dao.mapper.UsrAlipayConfigMapper">
    <resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.AliConfigEntity">
            <id property="configId" column="config_id" jdbcType="INTEGER"/>
            <result property="appId" column="app_id" jdbcType="VARCHAR"/>
            <result property="privateKey" column="private_key" jdbcType="VARCHAR"/>
            <result property="publicKey" column="public_key" jdbcType="VARCHAR"/>
            <result property="pid" column="pid" jdbcType="VARCHAR"/>
            <result property="clientId" column="client_id" jdbcType="BIGINT"/>
            <result property="createUserId" column="create_user_id" jdbcType="BIGINT"/>
        <id property="configId" column="config_id" jdbcType="INTEGER"/>
        <result property="appId" column="app_id" jdbcType="VARCHAR"/>
        <result property="privateKey" column="private_key" jdbcType="VARCHAR"/>
        <result property="publicKey" column="public_key" jdbcType="VARCHAR"/>
        <result property="pid" column="pid" jdbcType="VARCHAR"/>
        <result property="state" column="state" jdbcType="INTEGER"/>
        <result property="clientId" column="client_id" jdbcType="BIGINT"/>
        <result property="createUserId" column="create_user_id" jdbcType="BIGINT"/>
    </resultMap>
    <sql id="Base_Column_List">
        config_id,app_id,private_key,
        config_id
        ,app_id,private_key,
        public_key,pid,client_id,
        create_user_id
    </sql>