Authored by chenchao

fix sql error

... ... @@ -33,7 +33,7 @@
and enter_type = #{enterType,jdbcType=INTEGER}
</if>
<if test="preEnterType != null">
pre_enter_type = #{preEnterType,jdbcType=INTEGER}
and pre_enter_type = #{preEnterType,jdbcType=INTEGER}
</if>
</select>
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
... ...