|
|
@@ -104,9 +104,9 @@
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
This element was generated on Fri Jul 06 18:31:16 CST 2018.
|
|
|
-->
|
|
|
- id, name, category_id, number, price, activity_price, member_price, offset, activity_flag,
|
|
|
- introduce, province, city, create_time, min_img_url, max_img_url, value, apply_conditions,
|
|
|
- owner_id, is_hot, audit_status, audit_info, release_date
|
|
|
+ id, name, category_id as categoryId, number, price, activity_price as activityPrice, member_price as memberPrice, offset, activity_flag as activityFlag,
|
|
|
+ introduce, province, city, create_time as createTime, min_img_url as minImgUrl, max_img_url as maxImgUrl, value, apply_conditions as applyConditions,
|
|
|
+ owner_id as ownerId, is_hot as isHot, audit_status as auditStatus, audit_info as auditInfo, release_date as releaseDate
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.goafanti.common.model.JtBusinessProjectExample" resultMap="BaseResultMap">
|
|
|
<!--
|
|
|
@@ -644,7 +644,7 @@
|
|
|
<include refid="Base_Column_List" />
|
|
|
from jt_business_project
|
|
|
where audit_status=2
|
|
|
- order by create_time desc
|
|
|
+ order by release_date desc
|
|
|
</select>
|
|
|
|
|
|
</mapper>
|