|
@@ -313,7 +313,7 @@ public class CusTableColumnServiceImpl extends ServiceImpl<CusTableColumnMapper,
|
|
|
tableName= mainMatcher.group(1);
|
|
|
tableAlias = mainMatcher.group(2);
|
|
|
} else {
|
|
|
- msg.setError("主业务表无法识别公司,请联系管理员");
|
|
|
+ msg.setError("主业务表无法识别,请联系管理员");
|
|
|
return msg;
|
|
|
}
|
|
|
// WxCorpInfo wxCorpInfo = wxCorpInfoMapper.selectOne(new QueryWrapper<WxCorpInfo>().eq("company_id", user.getCompanyId()));
|
|
@@ -785,7 +785,7 @@ public class CusTableColumnServiceImpl extends ServiceImpl<CusTableColumnMapper,
|
|
|
tableNameMap.put("tableAlias",mainMatcher.group(2));
|
|
|
tableNameAliasList.add(tableNameMap);
|
|
|
} else {
|
|
|
- msg.setError("主业务表无法识别公司,请联系管理员");
|
|
|
+ msg.setError("主业务表无法识别,请联系管理员");
|
|
|
return msg;
|
|
|
}
|
|
|
|