Parcourir la source

已开票列表接口按更新时间倒序

LiFei il y a 3 ans
Parent
commit
712c64ec37

+ 1 - 1
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwinvoice/mapper/xml/HlwInvoiceMapper.xml

@@ -160,7 +160,7 @@
 			</if>
 		</where>
 		group by a.id
-		order by a.upload_time desc ,a.id asc
+		order by a.update_time desc ,a.id asc
 	</select>