* Optimize code.

This commit is contained in:
mayue
2022-03-28 15:02:28 +08:00
parent 71d64d8e65
commit 7fc0cd6230
+1 -1
View File
@@ -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();
}
}