Merge branch 'master' of https://github.com/shanghohui-Company/SolarPower
This commit is contained in:
commit
5622433d9a
@ -5338,7 +5338,7 @@ namespace SolarPower.Repository.Implement
|
||||
SELECT api.Item, api.ItemName
|
||||
FROM apicall api
|
||||
LEFT join
|
||||
(SELECT * FROM {dbname}.power_station_exception ex WHERE ex.Deleted = 0) a
|
||||
(SELECT * FROM {dbname}.power_station_exception ex WHERE ex.Deleted = 0 AND ex.PowerStationId = {powerStationId}) a
|
||||
ON a.`Type` = api.Item
|
||||
WHERE api.PowerStationId = {powerStationId}
|
||||
AND ISNULL(a.Id)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user