Browse Source

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun

ccj 3 năm trước cách đây
mục cha
commit
460c282a50

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/ContractManagementInfoMapper.xml

@@ -313,7 +313,7 @@
         m.contract_type as contractType,
         m.seller,
         m.buyer,
-        m.signing_date,
+        m.signing_date as signingDate,
         m.status,
         ci.inventory as inventory,
         m.approve_status as approveStatus,
@@ -375,7 +375,7 @@
             OR lower( m.buyer) like lower(CONCAT('%',#{searchKeyWord},'%'))
             OR lower( m.seller) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
-        ORDER BY m.signing_date DESC
+        ORDER BY m.signing_date 
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>