日報表檢核查詢 延長時間
This commit is contained in:
parent
702bed99c4
commit
aa8edd8e8a
@ -201,7 +201,7 @@ where crdDate between '" + date1 + "' and '" + date2 + "' and a.inverterid = '"
|
|||||||
group by powerstationid
|
group by powerstationid
|
||||||
)c on a.PowerStationId = c.PowerStationId
|
)c on a.PowerStationId = c.PowerStationId
|
||||||
)x ";
|
)x ";
|
||||||
List<ck_inv_day> ds = conn.Query<ck_inv_day>(sql).AsList<ck_inv_day>();
|
List<ck_inv_day> ds = conn.Query<ck_inv_day>(sql, commandTimeout: 300).AsList<ck_inv_day>();
|
||||||
conn.Close();
|
conn.Close();
|
||||||
return ds;
|
return ds;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user