|
@@ -225,7 +225,7 @@ func (c *EdbInfoRelationController) RelationEdbListDetail() {
|
|
|
if len(parentIds) > 0 {
|
|
|
cond = " AND excel_info_id in (" + utils.GetOrmInReplace(len(parentIds)) + ")"
|
|
|
pars = make([]interface{}, 0)
|
|
|
- pars = append(pars, tableInfoIds)
|
|
|
+ pars = append(pars, parentIds)
|
|
|
parentList, err := excel.GetNoContentExcelInfoListByConditionNoPage(cond, pars)
|
|
|
if err != nil && err.Error() != utils.ErrNoRow() {
|
|
|
br.Msg = "获取失败"
|