|
@@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</where>
|
|
|
<!-- 数据范围过滤 -->
|
|
|
${params.dataScope}
|
|
|
+ order by d.id
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTMtdItemById" parameterType="Long" resultMap="TMtdItemResult">
|
|
@@ -62,7 +63,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="actionby != null">actionby,</if>
|
|
|
<if test="delFlag != null">del_flag,</if>
|
|
|
<if test="createrCode != null">creater_code,</if>
|
|
|
- <if test="createdate != null">createdate,</if>
|
|
|
<if test="updaterCode != null">updater_code,</if>
|
|
|
<if test="updatedate != null">updatedate,</if>
|
|
|
<if test="deptId != null">dept_id,</if>
|
|
@@ -76,7 +76,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="actionby != null">#{actionby},</if>
|
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
|
<if test="createrCode != null">#{createrCode},</if>
|
|
|
- <if test="createdate != null">#{createdate},</if>
|
|
|
<if test="updaterCode != null">#{updaterCode},</if>
|
|
|
<if test="updatedate != null">#{updatedate},</if>
|
|
|
<if test="deptId != null">#{deptId},</if>
|
|
@@ -93,7 +92,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="actionby != null">actionby = #{actionby},</if>
|
|
|
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
|
|
<if test="createrCode != null">creater_code = #{createrCode},</if>
|
|
|
- <if test="createdate != null">createdate = #{createdate},</if>
|
|
|
<if test="updaterCode != null">updater_code = #{updaterCode},</if>
|
|
|
<if test="updatedate != null">updatedate = #{updatedate},</if>
|
|
|
<if test="deptId != null">dept_id = #{deptId},</if>
|