|
|
@@ -585,7 +585,7 @@ class PurchaseOrderController extends BaseController
|
|
|
util::success(['assign' => 0, 'hint' => 'cg bookSn is empty']);
|
|
|
}
|
|
|
$adminId = $this->adminId;
|
|
|
- if (!empty($adminId)) {
|
|
|
+ if (!empty($adminId) && empty($salt)) {
|
|
|
if ($cg->mainId != $this->mainId) {
|
|
|
util::success(['assign' => 0, 'hint' => 'cg mainId != this mainId']);
|
|
|
}
|