|
|
@@ -295,12 +295,12 @@ class ItemService extends Service
|
|
|
}
|
|
|
|
|
|
public function changedCommon($user, $oldData){
|
|
|
- //创建人 直接通过
|
|
|
- if($user['id'] !== $oldData['crt_id']) return true;
|
|
|
-
|
|
|
//是否存在审批流
|
|
|
if(empty($oldData['review_id'])) return false;
|
|
|
|
|
|
+ //创建人 直接通过
|
|
|
+ if($user['id'] !== $oldData['crt_id']) return true;
|
|
|
+
|
|
|
return false;
|
|
|
}
|
|
|
|