zyf
2025-06-17 1e1b8c262ebe02e82f93c4344f9feb9624f77b52
MES.Service/util/UserUtil.cs
@@ -6,7 +6,7 @@
{
    public static (string factory, string company) GetFactory(string user)
    {
        string sql =
        var sql =
            "select t.Ffactory factory, t.Fcompany company from sys_user t where t.fcode = upper(trim('" +
            user + "'))";