mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
update
This commit is contained in:
@@ -342,7 +342,7 @@
|
||||
t2.template_code as templateCode,
|
||||
t2.name as templateName,
|
||||
t2.status,
|
||||
t2.remark as remark,
|
||||
t2.template_remark as remark,
|
||||
t2.type as deviceType,
|
||||
t2.free_time as freeTime,
|
||||
t2.occupy_fee as occupyFee,
|
||||
@@ -373,6 +373,9 @@
|
||||
<if test="memberFlag != null and memberFlag != ''">
|
||||
and t2.member_flag = #{memberFlag,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="memberFlag == null">
|
||||
and t2.member_flag = '0'
|
||||
</if>
|
||||
<!--数据范围过滤-->
|
||||
<if test="stationDeptIds != null and stationDeptIds.size() != 0">
|
||||
and t1.dept_id in
|
||||
@@ -529,7 +532,7 @@
|
||||
t2.id as templateId,
|
||||
t2.template_code as templateCode,
|
||||
t2.name as templateName,
|
||||
t2.remark as remark,
|
||||
t2.template_remark as remark,
|
||||
t2.type as deviceType,
|
||||
t2.free_time as freeTime,
|
||||
t2.occupy_fee as occupyFee,
|
||||
@@ -567,7 +570,7 @@
|
||||
t2.id as templateId,
|
||||
t2.template_code as templateCode,
|
||||
t2.name as templateName,
|
||||
t2.remark as remark,
|
||||
t2.template_remark as remark,
|
||||
t2.type as deviceType,
|
||||
t2.publish_time as publishTime,
|
||||
t3.electricity_price AS sharpElectricityPrice,
|
||||
|
||||
Reference in New Issue
Block a user