リビジョン 174
SQL文修正
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestInput/FrmRequestInputAuxiliary.cs | ||
---|---|---|
3351 | 3351 |
var wrk = new List<ConstructionLink>(); |
3352 | 3352 |
|
3353 | 3353 |
// 工事増減情報取得SQL |
3354 |
string strSQL = string.Format("FLUCTUATIONCODE = {0}", FluctuationCode); |
|
3354 |
string strSQL = string.Format("WHERE FLUCTUATIONCODE = {0}", FluctuationCode);
|
|
3355 | 3355 |
|
3356 | 3356 |
// ソート条件を設定 |
3357 | 3357 |
strSQL += string.Format(" AND LinkType = {0}", LinkType); |
他の形式にエクスポート: Unified diff