master
parent
cafbb22ceb
commit
62efe0bb0f
|
|
@ -5,6 +5,16 @@
|
||||||
<id column="id" property="id"/>
|
<id column="id" property="id"/>
|
||||||
<association property="customer" autoMapping="true" javaType="com.njzscloud.dispose.cst.customer.pojo.result.SearchCustomerResult">
|
<association property="customer" autoMapping="true" javaType="com.njzscloud.dispose.cst.customer.pojo.result.SearchCustomerResult">
|
||||||
<id column="customer_id" property="id"/>
|
<id column="customer_id" property="id"/>
|
||||||
|
<result column="user_id" property="userId"/>
|
||||||
|
<result column="identity_category" property="identityCategory"/>
|
||||||
|
<result column="customer_name" property="customerName"/>
|
||||||
|
<result column="phone" property="phone"/>
|
||||||
|
<result column="settlement_way" property="settlementWay"/>
|
||||||
|
<result column="manager" property="manager"/>
|
||||||
|
<result column="avatar" property="avatar"/>
|
||||||
|
<result column="username" property="username"/>
|
||||||
|
<result column="uscc" property="uscc"/>
|
||||||
|
<result column="org_name" property="orgName"/>
|
||||||
</association>
|
</association>
|
||||||
</resultMap>
|
</resultMap>
|
||||||
<sql id="searchStation">
|
<sql id="searchStation">
|
||||||
|
|
@ -60,7 +70,7 @@
|
||||||
${ew.customSqlSegment}
|
${ew.customSqlSegment}
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
<select id="detail" resultType="com.njzscloud.dispose.cst.station.pojo.result.StationResult">
|
<select id="detail" resultMap="StationResultPagingMap">
|
||||||
<include refid="searchStation"/>
|
<include refid="searchStation"/>
|
||||||
WHERE a.id = #{id}
|
WHERE a.id = #{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue