투표쿼리 변경 _메인일때만
This commit is contained in:
parent
0018734679
commit
71fa90d378
@ -84,7 +84,14 @@
|
||||
</when>
|
||||
</choose>
|
||||
</if>
|
||||
ORDER BY formatted_LOCVOTRDT DESC
|
||||
<choose>
|
||||
<when test='myVote == "2"'>
|
||||
ORDER BY LOCVOTEDT ASC, formatted_LOCVOTRDT DESC
|
||||
</when>
|
||||
<otherwise>
|
||||
ORDER BY formatted_LOCVOTRDT DESC
|
||||
</otherwise>
|
||||
</choose>
|
||||
</select>
|
||||
<update id="updateEndData" parameterType="map">
|
||||
UPDATE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user