fix 选择产品列表权限问题
This commit is contained in:
parent
d69cc898fb
commit
ed3b308b90
|
|
@ -236,11 +236,11 @@ public partial class Product_list : System.Web.UI.Page
|
||||||
public string isquanxian(int uid)
|
public string isquanxian(int uid)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (DBHlper.getqx(uid, "产品档案", "view_nr_z_cpkc", "查看全部"))
|
if (DBHlper.getqx(uid, "产品档案", "nr_z_cpkc", "查看全部"))
|
||||||
{
|
{
|
||||||
return "1";
|
return "1";
|
||||||
}
|
}
|
||||||
else if (DBHlper.getqx(uid, "产品档案", "view_nr_z_cpkc", "查看个人"))
|
else if (DBHlper.getqx(uid, "产品档案", "nr_z_cpkc", "查看个人"))
|
||||||
{
|
{
|
||||||
return "0";
|
return "0";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue