zyf
2025-06-03 e66255ea9dafedb0bc2c2f0787af2097cca549d6
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 + "'))";