Kaynağa Gözat

账户管理-流水记录union表排序调整

ZhangWenQiang 5 yıl önce
ebeveyn
işleme
23b162a708

+ 4 - 4
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwaccount/mapper/xml/HlwCompanyAccountDetailMapper.xml

@@ -345,7 +345,7 @@
 				</if>
 			</where>
 		 )) t
-		ORDER BY t.updateTime DESC, t.id ASC
+		ORDER BY t.updateTime DESC, t.id DESC
 	</select>
 
 
@@ -434,7 +434,7 @@
 			</if>
 		</where>
 		)) t
-		ORDER BY t.updateTime DESC, t.id ASC
+		ORDER BY t.updateTime DESC, t.id DESC
 	</select>
 
 	<!--导出-->
@@ -737,7 +737,7 @@
 			</if>
 		</where>
 		)) t
-		ORDER BY t.updateTime DESC, t.id ASC
+		ORDER BY t.updateTime DESC, t.id DESC
 	</select>
 
 	<select id="findAllListS_Export" resultType="org.jeecg.modules.hlwaccount.entity.HlwCompanyAccountDetailExport">
@@ -825,7 +825,7 @@
 			</if>
 		</where>
 		)) t
-		ORDER BY t.updateTime DESC, t.id ASC
+		ORDER BY t.updateTime DESC, t.id DESC
 	</select>
 
     <insert id="saveDetail">