Commit baf15d8d by huluobin

update mail passwd

parent 1881b907
...@@ -6,12 +6,7 @@ ...@@ -6,12 +6,7 @@
<result column="produce_id" property="id"/> <result column="produce_id" property="id"/>
<result column="produce_name" property="name"/> <result column="produce_name" property="name"/>
<result column="produce_picture_path" property="picturePath"/> <result column="produce_picture_path" property="picturePath"/>
<result column="produce_type" property="type"/>
<result column="produce_label" property="label"/>
<result column="produce_shop_sort" property="shopSort"/>
<result column="reqduce_grade" property="reqGrade"/>
<result column="produce_status" property="status"/> <result column="produce_status" property="status"/>
<result column="produce_remark" property="remark"/>
<result column="produce_praise_sum" property="praiseSum"/> <result column="produce_praise_sum" property="praiseSum"/>
<result column="produce_current_price" property="currentPrice"/> <result column="produce_current_price" property="currentPrice"/>
<result column="produce_bargain_price" property="bargainPrice"/> <result column="produce_bargain_price" property="bargainPrice"/>
...@@ -20,6 +15,7 @@ ...@@ -20,6 +15,7 @@
<result column="produce_details" property="details"/> <result column="produce_details" property="details"/>
<result column="produce_sub_title" property="subTitle"/> <result column="produce_sub_title" property="subTitle"/>
<result column="service_id" property="serviceId"/> <result column="service_id" property="serviceId"/>
<result column="subject_id" property="subjectId"/>
<association property="praiseRecord" javaType="com.gogirl.domain.product.serve.PraiseRecord"> <association property="praiseRecord" javaType="com.gogirl.domain.product.serve.PraiseRecord">
<result column="praiseid" property="id" jdbcType="INTEGER"/> <result column="praiseid" property="id" jdbcType="INTEGER"/>
<result column="praisecustomer_id" property="customerId" jdbcType="INTEGER"/> <result column="praisecustomer_id" property="customerId" jdbcType="INTEGER"/>
...@@ -75,7 +71,8 @@ ...@@ -75,7 +71,8 @@
produce.brief_introduction produce_brief_introduction, produce.brief_introduction produce_brief_introduction,
produce.details produce_details, produce.details produce_details,
produce.sub_title produce_sub_title, produce.sub_title produce_sub_title,
produce.service_id service_id produce.service_id service_id,
produce.subject_id subject_id
</sql> </sql>
<sql id="baseSql"> <sql id="baseSql">
id, name,picture_path picturePath, type, label,shop_sort shopSort,req_grade reqGrade, status, remark, details id, name,picture_path picturePath, type, label,shop_sort shopSort,req_grade reqGrade, status, remark, details
......
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