Commit edcaa4a1 authored by liuyuzhen's avatar liuyuzhen

清除日志

parent e37b4962
......@@ -400,7 +400,6 @@ class GoodsModel extends \DAO\AbstractModel {
$updateAllSql .= $goodsSql;
$updateAllSql .= ','.$goodsEdittimeSql;
$updateAllSql .= \Our\Common::format(' where goods_id in ({0})',implode(',',$dataIds));
\Our\Log::getInstance()->write($updateAllSql,'/data/log/applog');
$one = $this->db->update($this->_tableName)->query($updateAllSql);
if (!$one) {
$error++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment