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