Commit 8e671b8f authored by liuyuzhen's avatar liuyuzhen

库存问题

parent fbb0c37d
......@@ -394,7 +394,7 @@ class GoodsModel extends \DAO\AbstractModel {
$dataIds = array();
}
}
if ($updateAllSql != $baseSql) {
if ($goodsSql) {
$goodsSql = trim($goodsSql,',').' END';
$goodsEdittimeSql = trim($goodsEdittimeSql,',').' END';
$updateAllSql .= $goodsSql;
......
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