|
|
|
@@ -15,6 +15,7 @@ |
|
|
|
<result column="price_detail" jdbcType="VARCHAR" property="priceDetail"/> |
|
|
|
<result column="need_pay" jdbcType="VARCHAR" property="needPay"/> |
|
|
|
<result column="receive_pay" jdbcType="VARCHAR" property="receivePay"/> |
|
|
|
<result column="history_receive_pay" jdbcType="VARCHAR" property="historyReceivePay"/> |
|
|
|
<result column="pay" jdbcType="VARCHAR" property="pay"/> |
|
|
|
<result column="bill_type" jdbcType="INTEGER" property="billType"/> |
|
|
|
<result column="pay_way" jdbcType="BIGINT" property="payWay"/> |
|
|
|
@@ -52,8 +53,8 @@ |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`shop_id`,`createtime`,`create_by`,`create_by_name`,`updatetime`,`update_by`,`update_by_name`, |
|
|
|
`price_detail`,`need_pay`,`receive_pay`,`pay`,`bill_type`,`pay_way`,`pay_date`,`set_off`,`use_money`,`starttime`,`endtime`,`status`,`energy_fees_id`,`return_pay`, |
|
|
|
`bill_remark`,`last_owe_call_time`,`last_owe_call_user`,`bussiness_manage_fee_need_pay`,`operating_manage_fee_need_pay`,`receive_date`,`period`, |
|
|
|
`price_detail`,`need_pay`,`receive_pay`,`history_receive_pay`,`pay`,`bill_type`,`pay_way`,`pay_date`,`set_off`,`use_money`,`starttime`,`endtime`,`status`,`energy_fees_id`, |
|
|
|
`return_pay`,`bill_remark`,`last_owe_call_time`,`last_owe_call_user`,`bussiness_manage_fee_need_pay`,`operating_manage_fee_need_pay`,`receive_date`,`period`, |
|
|
|
`is_preview`,`shop_info`,`rent_contract_id`,`rent_contract_agile_fees_type`,`property_contract_id`,`parent_bill_id`,`virtual_compose_id`,`parent_virtual_compose_id`, |
|
|
|
`energy_reading_calcuteId`,`energy_reading_id`,`extra_create_from`,`rent_area`,`can_edit`,`cus_name` |
|
|
|
</sql> |
|
|
|
@@ -420,7 +421,7 @@ |
|
|
|
( |
|
|
|
#{item.id},#{item.tenantId},#{item.parentTenantId},#{item.shopId},#{item.createtime}, |
|
|
|
#{item.createBy},#{item.createByName},#{item.updatetime},#{item.updateBy},#{item.updateByName},#{item.priceDetail}, |
|
|
|
#{item.needPay},#{item.receivePay},#{item.pay},#{item.billType},#{item.payWay},#{item.payDate},#{item.setOff},#{item.useMoney}, |
|
|
|
#{item.needPay},#{item.receivePay},#{item.historyReceivePay},#{item.pay},#{item.billType},#{item.payWay},#{item.payDate},#{item.setOff},#{item.useMoney}, |
|
|
|
#{item.starttime},#{item.endtime},#{item.status},#{item.energyFeesId},#{item.returnPay},#{item.billRemark}, |
|
|
|
#{item.lastOweCallTime},#{item.lastOweCallUser},#{item.bussinessManageFeeNeedPay},#{item.operatingManageFeeNeedPay}, |
|
|
|
#{item.receiveDate},#{item.period},#{item.isPreview},#{item.shopInfo},#{item.rentContractId},#{item.rentContractAgileFeesType},#{item.propertyContractId}, |
|
|
|
|