|
@@ -464,7 +464,7 @@ namespace GxPress.Repository.Implement
|
|
|
AND DisposeType = 0
|
|
|
AND SourceId = a.Id limit 1) as IsApply
|
|
|
FROM
|
|
|
- tede_group a";
|
|
|
+ tede_group a where a.GroupCategroyId = {categoryId} and a.IsShow=1";
|
|
|
}
|
|
|
var databaseType = StringUtils.ToEnum<DatabaseType>(_databaseTypeStr, DatabaseType.MySql);
|
|
|
var database = new Database(databaseType, _connectionString);
|