王 垚
2021-02-28 26e7644be352af722ea055d084b2e4a65efb382f
src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs
@@ -51,7 +51,7 @@
        {
            long userId = this.Context.UserId;
            string sql = $"/*dialect*/ select FSupplierId from T_SEC_user a join T_SCP_USERDATA b on a.FUSERID = b.FUSERID where FUSERTYPE = 2 and a.FUSERID ={userId}";
            LogHelper.Info(sql);
            //LogHelper.Info(sql);
            int FSupplierId = DBServiceHelper.ExecuteScalar<int>(Context, sql, 0);
            return FSupplierId;
        }