This commit is contained in:
parent
95cbbe15d7
commit
dfa0aefa0a
|
@ -367,7 +367,7 @@ namespace FineUIPro.Web.CQMS.Check
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrEmpty(approve.ApproveMan))
|
if (!string.IsNullOrEmpty(approve.ApproveMan))
|
||||||
{
|
{
|
||||||
if (this.CurrUser.UserId == approve.ApproveMan || CurrUser.UserId == Const.sysglyId)
|
if (approve.ApproveMan.Contains(this.CurrUser.UserId) || CurrUser.UserId == Const.sysglyId)
|
||||||
{
|
{
|
||||||
if (jointCheck.State == BLL.Const.JointCheck_Compile)
|
if (jointCheck.State == BLL.Const.JointCheck_Compile)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue