Browse Source

心理咨询师头衔sql

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
bbee439af5
  1. 4
      epdc-cloud-property/src/main/resources/mapper/psychology/PsychologistTitleDao.xml

4
epdc-cloud-property/src/main/resources/mapper/psychology/PsychologistTitleDao.xml

@ -7,6 +7,7 @@
<result property="id" column="ID"/>
<result property="title" column="TITLE"/>
<result property="code" column="CODE"/>
<result property="sort" column="SORT"/>
<result property="delFlag" column="DEL_FLAG"/>
<result property="revision" column="REVISION"/>
<result property="createdBy" column="CREATED_BY"/>
@ -15,7 +16,8 @@
<result property="updatedTime" column="UPDATED_TIME"/>
</resultMap>
<sql id="Base_Column_List">
ID, TITLE, CODE, SORT, DISPLAY_FLAG, CREATED_BY, CREATED_TIME, UPDATED_BY, UPDATED_TIME
ID, TITLE, CODE, SORT, DEL_FLAG,
REVISION, CREATED_BY, CREATED_TIME, UPDATED_BY, UPDATED_TIME
</sql>
<select id="selectListOfPsychologistTitle" resultType="com.elink.esua.epdc.modules.psychology.entity.PsychologistTitleEntity">
SELECT

Loading…
Cancel
Save