fix: 82971 打包管理--编辑需要开票后--排序变了
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@
|
||||
AND ppc.income_affirm = #{payPackCompany.incomeAffirm}
|
||||
</if>
|
||||
</where>
|
||||
ORDER BY ppc.create_time desc,ppc.id
|
||||
ORDER BY ppc.create_time desc,ppc.id desc
|
||||
</select>
|
||||
<select id="queryPageListExport" resultType="com.jero.pack.entity.PayPackCompany">
|
||||
select ppc.*,pcmt.phone,pcmt.email from pay_pack_company ppc
|
||||
|
||||
Reference in New Issue
Block a user