|
@@ -992,9 +992,9 @@ func ResidualAnalysisDetail(edbInfoId int) (residual_analysis_model.ResidualAnal
|
|
|
pars = []interface{}{}
|
|
|
|
|
|
condition += ` and edb_info_id in(` + utils.GetOrmInReplace(len(edbInfoIdList)) + `)`
|
|
|
- for _, id := range edbInfoIdList {
|
|
|
- pars = append(pars, id)
|
|
|
- }
|
|
|
+ //for _, id := range edbInfoIdList {
|
|
|
+ pars = append(pars, edbInfoIdList)
|
|
|
+ //}
|
|
|
|
|
|
edbInfoList, err := data_manage.GetEdbInfoListByCond(condition, pars)
|
|
|
if err != nil {
|