| | |
| | | <id column="uid" property="id" jdbcType="BIGINT" />
|
| | | </association>
|
| | |
|
| | | <association column=""sid"" property="system" javaType="com.yeshi.fanli.entity.system.BusinessSystem">
|
| | | <association column="sid" property="system" javaType="com.yeshi.fanli.entity.system.BusinessSystem">
|
| | | <id column="sid" property="id" jdbcType="BIGINT" />
|
| | | </association>
|
| | | </resultMap>
|
| | |
| | |
|
| | | <select id="countExtractSucceedRecord" resultType="Long">
|
| | | SELECT COUNT(t.`id`) FROM yeshi_ec_extract t
|
| | | WHERE t.`uid` = 389677 AND t.`state` = 1
|
| | | WHERE t.`uid` = #{uid} AND t.`state` = 1
|
| | | </select>
|
| | |
|
| | | </mapper> |