Merge branch 'master' of https://github.com/shanghohui-Company/SolarPower
This commit is contained in:
commit
3fade439a2
@ -437,7 +437,7 @@ namespace SolarPower.Repository.Implement
|
||||
END AS EscrowName
|
||||
FROM power_station ps
|
||||
LEFT JOIN company c ON ps.CompanyId = c.Id
|
||||
WHERE ps.Id NOT IN (SELECT psop.PowerStationId FROM power_station_operation_personnel psop WHERE psop.UserId = @UserId AND psop.Deleted = 0)";
|
||||
WHERE ps.Id NOT IN (SELECT psop.PowerStationId FROM power_station_operation_personnel psop WHERE psop.UserId = @UserId AND psop.Deleted = 0) AND ps.Deleted = 0 ";
|
||||
|
||||
if (!isPlatformLayer)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user