src/BLL/Demo.BillView/PRD/PODemandPlanListFilter.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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; }