Commit b018a63d authored by Administrator's avatar Administrator

-/operate

parent 65596c55
......@@ -33,7 +33,7 @@ public class EnterpriseBussinessClientProjectPageBody extends BasePage {
public boolean isVaildCid() {
return 0 == cid || 0 == companyId;
return 0 == cid;
}
/**
......
......@@ -33,7 +33,7 @@ public class EnterpriseBussinessSupplierProjectPageBody extends BasePage {
public boolean isVaildCid() {
return 0 == cid || 0 == companyId;
return 0 == cid;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment