Explorar o código

付款列表按创建时间倒序

ZhangWenQiang %!s(int64=5) %!d(string=hai) anos
pai
achega
5c193d9b70

+ 2 - 2
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwpayment/mapper/xml/HlwPaymentMapper.xml

@@ -65,7 +65,7 @@
 			</if>
         </where>
 		group by a.id
-        ORDER BY a.update_time DESC, a.id ASC
+        ORDER BY a.create_time DESC, a.id ASC
     </select>
 
     <insert id="savePayment">
@@ -443,7 +443,7 @@
 			</if>
 		</where>
 		group by a.id
-		ORDER BY a.update_time DESC, a.id ASC
+		ORDER BY a.create_time DESC, a.id ASC
 	</select>