|
|
@@ -14,14 +14,18 @@
|
|
|
<result column="invoice_type" property="invoiceType" />
|
|
|
<result column="invoice_title" property="invoiceTitle" />
|
|
|
<result column="tax_id" property="taxId" />
|
|
|
+ <result column="address" property="address" />
|
|
|
+ <result column="bank_name" property="bankName" />
|
|
|
+ <result column="bank_account" property="bankAccount" />
|
|
|
<result column="invoice_amount" property="invoiceAmount" />
|
|
|
<result column="tax_info" property="taxInfo" />
|
|
|
<result column="biller" property="biller" />
|
|
|
+ <result column="remark" property="remark" />
|
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- id,user_id, order_details, total_power, total_money, elec_money, service_money, email, invoice_type, invoice_title, tax_id, invoice_amount, tax_info, biller,remark,create_time,update_time
|
|
|
+ user_id, order_deatails, total_power, total_money, elec_money, service_money, email, invoice_type, invoice_title, tax_id, address, bank_name, bank_account, invoice_amount, tax_info, biller, remark
|
|
|
</sql>
|
|
|
|
|
|
</mapper>
|