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

Loading…
Cancel
Save