|
@@ -72,9 +72,6 @@
|
|
<if test="level != null">
|
|
<if test="level != null">
|
|
AND level_= #{level}
|
|
AND level_= #{level}
|
|
</if>
|
|
</if>
|
|
- <if test="level != null">
|
|
|
|
- AND level_= #{level}
|
|
|
|
- </if>
|
|
|
|
</where>
|
|
</where>
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
@@ -82,6 +79,7 @@
|
|
<select id="queryPage" resultMap="DegreeRegistration" parameterType="map">
|
|
<select id="queryPage" resultMap="DegreeRegistration" parameterType="map">
|
|
SELECT * FROM degree_registration
|
|
SELECT * FROM degree_registration
|
|
<include refid="queryPageSql"/>
|
|
<include refid="queryPageSql"/>
|
|
|
|
+ <include refid="global.orderby"/>
|
|
<include refid="global.limit"/>
|
|
<include refid="global.limit"/>
|
|
</select>
|
|
</select>
|
|
|
|
|
|
@@ -114,9 +112,8 @@
|
|
#{idcard,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{school,jdbcType=VARCHAR},
|
|
#{idcard,jdbcType=VARCHAR}, #{city,jdbcType=VARCHAR}, #{school,jdbcType=VARCHAR},
|
|
#{subject,jdbcType=VARCHAR},#{level,jdbcType=VARCHAR},
|
|
#{subject,jdbcType=VARCHAR},#{level,jdbcType=VARCHAR},
|
|
#{theoryLevel,jdbcType=VARCHAR},#{theoryMoney,jdbcType=DECIMAL},
|
|
#{theoryLevel,jdbcType=VARCHAR},#{theoryMoney,jdbcType=DECIMAL},
|
|
- #{theoryLevel,jdbcType=VARCHAR}#{mobile,jdbcType=VARCHAR},#{money,jdbcType=DECIMAL}, #{memo,jdbcType=VARCHAR},
|
|
|
|
- #{createTime},
|
|
|
|
- #{updateTime}, #{status,jdbcType=TINYINT})
|
|
|
|
|
|
+ #{theoryCert,jdbcType=VARCHAR},#{mobile,jdbcType=VARCHAR},#{money,jdbcType=DECIMAL}, #{memo,jdbcType=VARCHAR},
|
|
|
|
+ #{createTime}, #{updateTime}, #{status,jdbcType=TINYINT})
|
|
</insert>
|
|
</insert>
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.DegreeRegistration">
|
|
<update id="update" parameterType="com.ym.mec.biz.dal.entity.DegreeRegistration">
|
|
<!--@mbg.generated-->
|
|
<!--@mbg.generated-->
|