Selaa lähdekoodia

//personMould

private_deployment
xhxu 1 vuosi sitten
vanhempi
commit
78e96f8c02
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      suimangService/src/main/resources/mapper/PersonMouldMapper.xml

+ 2
- 2
suimangService/src/main/resources/mapper/PersonMouldMapper.xml Näytä tiedosto

@@ -30,7 +30,7 @@

<sql id="allColumns">
`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`
</sql>

@@ -123,7 +123,7 @@
<select id="findCList" parameterType="com.iformall.domain.po.sm.PersonMould" resultMap="BaseResultMap">
select
`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`
from person_mould
<include refid="dynamicWhereConditions"/>


Ladataan…
Peruuta
Tallenna