|
@@ -7,7 +7,7 @@
|
|
|
<id column="ID" property="id" />
|
|
|
<result column="CHANNEL_NO" property="channelNo" />
|
|
|
<result column="NAME" property="name" />
|
|
|
- <result column="PARANT_ID" property="parantId" />
|
|
|
+ <result column="PARENT_ID" property="parentId" />
|
|
|
<result column="LEVEL" property="level" />
|
|
|
<result column="COMM_RATE" property="commRate" />
|
|
|
<result column="PROVINCE" property="province" />
|
|
@@ -19,7 +19,8 @@
|
|
|
<result column="USER_ID" property="userId" />
|
|
|
<result column="MONEY" property="money" />
|
|
|
<result column="FROZEN_MONEY" property="frozenMoney" />
|
|
|
- <result column="STATUS" property="status" />
|
|
|
+ <result column="CERTIFY_STATUS" property="certifyStatus" />
|
|
|
+ <result column="VERIFY_STATUS" property="verifyStatus" />
|
|
|
<result column="BIZ_LICENSE" property="bizLicense" />
|
|
|
<result column="DOOR_PIC" property="doorPic" />
|
|
|
<result column="MEMO" property="memo" />
|
|
@@ -29,7 +30,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- ID, CHANNEL_NO, NAME, PARANT_ID, LEVEL, COMM_RATE, PROVINCE, CITY, AREA, ADDRESS, CONTACT, MOBILE, USER_ID, MONEY, FROZEN_MONEY, STATUS, BIZ_LICENSE, DOOR_PIC, MEMO, CREATED_TIME, UPDATED_TIME
|
|
|
+ ID, CHANNEL_NO, NAME, PARENT_ID, LEVEL, COMM_RATE, PROVINCE, CITY, AREA, ADDRESS, CONTACT, MOBILE, USER_ID, MONEY, FROZEN_MONEY, CERTIFY_STATUS, VERIFY_STATUS, BIZ_LICENSE, DOOR_PIC, MEMO, CREATED_TIME, UPDATED_TIME
|
|
|
</sql>
|
|
|
|
|
|
-</mapper>
|
|
|
+</mapper>
|