Commit 0d6d3802 by fudahua

登陆接口

parent e79ecc76
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
<id column="store_relation_id" jdbcType="VARCHAR" property="storeRelationId"/> <id column="store_relation_id" jdbcType="VARCHAR" property="storeRelationId"/>
<result column="wx_enterprise_id" jdbcType="VARCHAR" property="wxEnterpriseId"/> <result column="wx_enterprise_id" jdbcType="VARCHAR" property="wxEnterpriseId"/>
<result column="store_id" jdbcType="VARCHAR" property="storeId"/> <result column="store_id" jdbcType="VARCHAR" property="storeId"/>
<result column="store_name" jdbcType="VARCHAR" property="storeName"/>
<result column="store_group_id" jdbcType="VARCHAR" property="storeGroupId"/> <result column="store_group_id" jdbcType="VARCHAR" property="storeGroupId"/>
<result column="enterprise_id" jdbcType="VARCHAR" property="enterpriseId"/> <result column="enterprise_id" jdbcType="VARCHAR" property="enterpriseId"/>
<result column="status_flag" jdbcType="INTEGER" property="statusFlag"/> <result column="status_flag" jdbcType="INTEGER" property="statusFlag"/>
...@@ -12,7 +13,7 @@ ...@@ -12,7 +13,7 @@
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/> <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
</resultMap> </resultMap>
<sql id="Base_Column_List"> <sql id="Base_Column_List">
store_relation_id, wx_enterprise_id, store_id, store_group_id, enterprise_id, status_flag, store_relation_id, wx_enterprise_id, store_id, store_group_id, enterprise_id, status_flag, store_name,
create_time, update_time create_time, update_time
</sql> </sql>
<select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap"> <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment