Przeglądaj źródła

优化加入 日期字段

java110 4 lat temu
rodzic
commit
ce2536ba35

+ 2 - 1
java110-db/src/main/resources/mapper/fee/FeeCollectionOrderServiceDaoImplMapper.xml

@@ -19,7 +19,8 @@
     <select id="getFeeCollectionOrderInfo" parameterType="Map" resultType="Map">
         select t.order_id,t.order_id orderId,t.staff_name,t.staff_name staffName,t.status_cd,t.status_cd
         statusCd,t.state,t.community_id,t.community_id communityId,t.collection_way,t.collection_way
-        collectionWay,t.staff_id,t.staff_id staffId,t.remark,t.collection_name,t.collection_name collectionName
+        collectionWay,t.staff_id,t.staff_id staffId,t.remark,t.collection_name,t.collection_name collectionName,
+        t.create_time createTime
         from fee_collection_order t
         where 1 =1
         <if test="orderId !=null and orderId != ''">