|
|
@@ -436,8 +436,6 @@ class ApproachAutoMaintenanceOrderForm extends Model
|
|
|
$user = User::getEnCodeInfo($userId);
|
|
|
|
|
|
$decUserID = Info::getUserIdByUserName($this->decUserName);
|
|
|
- LoggerTool::info(json_encode([$this->decUserName, $decUserID]));
|
|
|
-
|
|
|
$stockist_user = User::getEnCodeInfo($decUserID);
|
|
|
if(!$stockist_user || $stockist_user['IS_DEC'] != 1){
|
|
|
throw new Exception(Yii::t('app', 'stockistDoesNotExist'));
|