diff --git a/mallinkService/src/main/resources/mapper/WxEnergyFeesMapper.xml b/mallinkService/src/main/resources/mapper/WxEnergyFeesMapper.xml
index 9c40d4faf..886937e9b 100644
--- a/mallinkService/src/main/resources/mapper/WxEnergyFeesMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxEnergyFeesMapper.xml
@@ -10,7 +10,6 @@
-
@@ -23,7 +22,7 @@
- `id`,`tenant_id`,`parent_tenant_id`,`create_time`,`update_time`,`is_del`,`name`,`price`,`public_calcute`,`type`,`bill_type`,`is_system`,
+ `id`,`tenant_id`,`parent_tenant_id`,`create_time`,`update_time`,`is_del`,`name`,`price`,`type`,`bill_type`,`is_system`,
`fixed_price`,`calcute_unit`,`time_unit`,`tax_rate`,`is_despoit`,`is_public`
@@ -37,7 +36,6 @@
and `parent_tenant_id` = #{parentTenantId}
and `is_del` = #{isDel}
- and `public_calcute` = #{publicCalcute}
and `type` = #{type}
and `bill_type` = #{billType}
and `bill_type` != 6