啊鑫
2024-09-20 9c11d971c382d8ca8b9b0d893929e2973151bbdf
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 + "'))";