mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
update会员计费模板
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<result property="occupyFee" column="occupy_fee"/>
|
||||
<result property="maxOccupyFee" column="max_occupy_fee"/>
|
||||
<result property="publicFlag" column="public_flag"/>
|
||||
<result property="memberFlag" column="memberFlag"/>
|
||||
<result property="createBy" column="create_by"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
<result property="updateBy" column="update_by"/>
|
||||
@@ -25,7 +26,7 @@
|
||||
<sql id="Base_Column_List">
|
||||
<!--@mbg.generated PileBillingTemplate-->
|
||||
id, template_code, name, status, remark, type, station_id, free_time, occupy_fee, max_occupy_fee, public_flag,
|
||||
create_time, update_by, update_time, del_flag
|
||||
member_flag, create_time, update_by, update_time, del_flag
|
||||
</sql>
|
||||
|
||||
<resultMap type="com.jsowell.pile.domain.PileBillingDetail" id="PileBillingDetailResult">
|
||||
@@ -123,6 +124,9 @@
|
||||
<if test="publicFlag != null">
|
||||
public_flag,
|
||||
</if>
|
||||
<if test="memberFlag != null">
|
||||
member_flag,
|
||||
</if>
|
||||
<if test="name != null">
|
||||
name,
|
||||
</if>
|
||||
@@ -170,6 +174,9 @@
|
||||
<if test="publicFlag != null">
|
||||
#{publicFlag},
|
||||
</if>
|
||||
<if test="memberFlag != null">
|
||||
#{memberFlag},
|
||||
</if>
|
||||
<if test="name != null">
|
||||
#{name},
|
||||
</if>
|
||||
@@ -330,6 +337,7 @@
|
||||
t2.free_time as freeTime,
|
||||
t2.occupy_fee as occupyFee,
|
||||
t2.publish_time as publishTime,
|
||||
t2.member_flag as memberFlag,
|
||||
t3.electricity_price AS sharpElectricityPrice,
|
||||
t3.service_price AS sharpServicePrice,
|
||||
t3.apply_time AS sharpApplyDate,
|
||||
|
||||
Reference in New Issue
Block a user