王 垚
2021-02-28 26e7644be352af722ea055d084b2e4a65efb382f
报表过滤框
1个文件已修改
2 ■■■ 已修改文件
src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        }