sjz
2025-04-21 74d068d0bf8a55fd8c910b46de8d3e0c0fc2ecf7
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 + "'))";