This commit is contained in:
zhouwentao 2025-06-26 19:44:09 +08:00
parent ab334e0e03
commit 97cb178b1b
1 changed files with 2 additions and 2 deletions

View File

@ -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">