updates
This commit is contained in:
parent
ab334e0e03
commit
97cb178b1b
|
|
@ -34,8 +34,8 @@
|
||||||
</insert>
|
</insert>
|
||||||
<update id="updateScoreId">
|
<update id="updateScoreId">
|
||||||
UPDATE ${calculationTableName}
|
UPDATE ${calculationTableName}
|
||||||
SET score_id = #{scoreId}
|
SET score_id = #{bakScoreId}
|
||||||
WHERE score_id = #{bakScoreId}
|
WHERE score_id = #{scoreId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="recommendMajorList" resultType="org.jeecg.modules.web.dto.RecommendMajorDTO">
|
<select id="recommendMajorList" resultType="org.jeecg.modules.web.dto.RecommendMajorDTO">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue