Commit b8f58b6d authored by wwccw0591's avatar wwccw0591

pc

parent 8993ad08
......@@ -117,6 +117,7 @@ class OrderGoodsModel extends \DAO\AbstractModel {
if(!empty($storeId)){
\Our\RedisHelper::delCachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$this, 'getOrderGoodsCountByStoreId'), array(),array($storeId));
}
return true;
}
public function getIsRefundMoney($orderGoodses,$promotionsId){
$isRefundMoney=ApiConst::zero;
......
......@@ -9,7 +9,7 @@ if(APP_ENV=='develop'){
}
if(APP_ENV=='test' || APP_ENV=='pre' ||APP_ENV=='ccwdevelop'){
if(isset($_POST['data']['debug'])&&!empty($_POST['data']['debug'])){
define("DEBUG",1);
// define("DEBUG",1);
error_reporting(E_ALL);
}else{
error_reporting(0);
......
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