|
@@ -30,7 +30,7 @@ |
|
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
<sql id="allColumns"> |
|
|
`id`, `tenant_id`, `parent_tenant_id`, `video_type`, `cover_img`, `cover_picture`, `detail_picture`, |
|
|
`id`, `tenant_id`, `parent_tenant_id`, `video_type`, `cover_img`, `cover_picture`, `detail_picture`, |
|
|
`title`, `sub_title`, `sex`, `age`, `colour`, `languages`, `scene_sign`, `sale_price`, `price`, |
|
|
|
|
|
|
|
|
`title`, `sub_title`, `sex`, `age`, `colour`, `scene_sign`, `sale_price`, `price`, |
|
|
`send_type`, `detail`, `remark`, `mould_sm_id`,`material`, `status`, `puton_date`, `create_date`, `update_date` |
|
|
`send_type`, `detail`, `remark`, `mould_sm_id`,`material`, `status`, `puton_date`, `create_date`, `update_date` |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
@@ -123,7 +123,7 @@ |
|
|
<select id="findCList" parameterType="com.iformall.domain.po.sm.PersonMould" resultMap="BaseResultMap"> |
|
|
<select id="findCList" parameterType="com.iformall.domain.po.sm.PersonMould" resultMap="BaseResultMap"> |
|
|
select |
|
|
select |
|
|
`id`, `video_type`, `cover_img`, `cover_picture`, |
|
|
`id`, `video_type`, `cover_img`, `cover_picture`, |
|
|
`title`, `sub_title`, `sex`, `age`, `colour`, `languages`, `scene_sign`, `sale_price`, `price`, |
|
|
|
|
|
|
|
|
`title`, `sub_title`, `sex`, `age`, `colour`, `scene_sign`, `sale_price`, `price`, |
|
|
`send_type`, `mould_sm_id`,`material`, `status`, `create_date`, `update_date` |
|
|
`send_type`, `mould_sm_id`,`material`, `status`, `create_date`, `update_date` |
|
|
from person_mould |
|
|
from person_mould |
|
|
<include refid="dynamicWhereConditions"/> |
|
|
<include refid="dynamicWhereConditions"/> |
|
|