Merge branch 'mayue_optimize_code' into 'master'
* Optimize code. See merge request easycorp/zentaopms!2581
This commit is contained in:
@@ -631,7 +631,7 @@ class productModel extends model
|
||||
|
||||
$this->dao->update(TABLE_MODULE)->set('path')->eq($path)->where('id')->eq($lineID)->exec();
|
||||
|
||||
$this->dao->update(TABLE_PRODUCT)->set('line')->eq($laneID)->where('id')->eq($productID)->exec();
|
||||
$this->dao->update(TABLE_PRODUCT)->set('line')->eq($lineID)->where('id')->eq($productID)->exec();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user