|
@@ -51,7 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectTShuju1ByID" parameterType="Long" resultMap="TShuju1Result">
|
|
|
<include refid="selectTShuju1Vo"/>
|
|
|
- where ID = #{ID} and del_flag = 0
|
|
|
+ where ID = #{ID}
|
|
|
</select>
|
|
|
|
|
|
<insert id="insertTShuju1" parameterType="TShuju1">
|
|
@@ -179,7 +179,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="tj1Ll != null">TJ_1_LL = #{tj1Ll},</if>
|
|
|
<if test="tj2Ll != null">TJ_2_LL = #{tj2Ll},</if>
|
|
|
</trim>
|
|
|
- ,revision = revision + 1
|
|
|
where ID = #{ID}
|
|
|
</update>
|
|
|
|