|
@@ -449,7 +449,7 @@ func EditEdbClassify(classifyId int, classifyName, lang string, sysUser *system.
|
|
|
}
|
|
|
|
|
|
// DeleteCheck 删除检测
|
|
|
-func DeleteCheck(classifyId, edbInfoId int, sysUser *system.Admin) (deleteStatus int, tipsMsg string, tableList []*excel.ExcelBaseInfo, err error, errMsg string) {
|
|
|
+func DeleteCheck(classifyId, edbInfoId int, sysUser *system.Admin) (deleteStatus int, tipsMsg string, tableList []*data_manage.ExcelBaseInfo, err error, errMsg string) {
|
|
|
//删除分类
|
|
|
if classifyId > 0 && edbInfoId == 0 {
|
|
|
// 查找分类
|
|
@@ -645,7 +645,7 @@ func DeleteCheck(classifyId, edbInfoId int, sysUser *system.Admin) (deleteStatus
|
|
|
}
|
|
|
|
|
|
// Delete 删除分类/指标
|
|
|
-func Delete(classifyId, edbInfoId int, sysUser *system.Admin, requestBody, requestUrl string) (nextItem *data_manage.EdbInfo, tableList []*excel.ExcelBaseInfo, err error, errMsg string) {
|
|
|
+func Delete(classifyId, edbInfoId int, sysUser *system.Admin, requestBody, requestUrl string) (nextItem *data_manage.EdbInfo, tableList []*data_manage.ExcelBaseInfo, err error, errMsg string) {
|
|
|
//删除分类
|
|
|
if classifyId > 0 && edbInfoId == 0 {
|
|
|
// 查找分类
|