투표쿼리 변경 _메인일때만
This commit is contained in:
parent
0018734679
commit
71fa90d378
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user