mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 20:27:56 +08:00
Synchronization code
This commit is contained in:
parent
0404ef39e9
commit
7bde9352c2
@ -446,6 +446,8 @@ namespace SqlSugar
|
||||
var shortName = this.Builder.GetTranslationColumnName(parameter.Name) + ".";
|
||||
var mysql = GetSql(exp, isSingle);
|
||||
sql += mysql.Replace(itName, shortName);
|
||||
var filterType =parameter.Type;
|
||||
sql = ReplaceFilterColumnName(sql, filterType);
|
||||
}
|
||||
}
|
||||
else if (isMain)
|
||||
|
Loading…
Reference in New Issue
Block a user