Przeglądaj źródła

修改合作商户sql

LiFei 4 lat temu
rodzic
commit
fd32d945ca

+ 2 - 1
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwsubcontractor/mapper/xml/HlwSubcontractorAccountFlowMapper.xml

@@ -188,7 +188,8 @@
         a.is_through_platform AS "isThroughPlatform",
         has.file_path_prefix as "filePathPrefix",
         ho.id as "orderId",
-        a.cp_id as "cpId"
+        a.cp_id as "cpId",
+        a.service_fee as "serviceFee"
         FROM hlw_subcontractor_account_flow a
         left join hlw_payment hpa on a.payment_id=hpa.id
         left join hlw_payment_detail hp on hp.payment_id=a.payment_id