투표쿼리 변경 _메인일때만

This commit is contained in:
khj0414 2025-04-08 16:03:02 +09:00
parent 0018734679
commit 71fa90d378

View File

@ -84,7 +84,14 @@
</when> </when>
</choose> </choose>
</if> </if>
<choose>
<when test='myVote == "2"'>
ORDER BY LOCVOTEDT ASC, formatted_LOCVOTRDT DESC
</when>
<otherwise>
ORDER BY formatted_LOCVOTRDT DESC ORDER BY formatted_LOCVOTRDT DESC
</otherwise>
</choose>
</select> </select>
<update id="updateEndData" parameterType="map"> <update id="updateEndData" parameterType="map">
UPDATE UPDATE