wanglang 2 hete%!(EXTRA string=óta)
szülő
commit
cfff89f5eb

+ 3 - 2
trade-service/src/main/resources/mapper/business/separateaccounts/SeparateAccountsMapper.xml

@@ -29,7 +29,7 @@
         <id column="gmt_modified" property="gmtModified"/>
     </resultMap>
 
-    <resultMap id="PageResultMap" type=" com.trade.service.business.separateaccounts.vo.SeparateAccountsPageVo">
+    <resultMap id="PageResultMap" type="com.trade.service.business.separateaccounts.vo.SeparateAccountsPageVo">
         <id column="id" property="id"/>
         <id column="sales_contract_no" property="salesContractNo"/>
         <id column="contract_name" property="contractName"/>
@@ -49,7 +49,8 @@
         <id column="business_number" property="businessNumber"/>
     </resultMap>
     <sql id="Base_Column_List">
-        id, business_number
+        id
+        , business_number
         , customer_user_id, billing_income_id, sales_contract_no, contract_name, importer_cert_no, importer_enterprise_name, agency_cert_no, agency_enterprise_name, financier_identifier, payment_type, status, transaction_number,
         entry_amount, entry_currency, settlement_currency, actual_retained_currency, actual_retained_amount, settlement_amount, entry_date, deleted, gmt_create, gmt_modified
     </sql>