This commit is contained in:
2024-02-24 09:44:49 +08:00
parent ebf329965b
commit a7bfbd1076

View File

@@ -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,