Commit cbcdfeaf authored by zhz's avatar zhz

goods

parent f450f045
......@@ -41,9 +41,7 @@ class StoreServiceModel extends \Business\AbstractModel{
list($storeInfo,$storeLabel) = \DAO\StoreModel::getInstance()->get($storeId);
if((int)$param['isScan'] > 0) {
//扫码进入
\Our\Log::getInstance()->write($param['key'].$param['isScan'].' '.$memberId,'/data/log/special');
if($memberId > 0) {
\Our\Log::getInstance()->write('会员','/data/log/special');
if($param['sid']) {
$sale = \DAO\SaleModel::getInstance()->getOne(array('sale_id'=>$param['sid']),'sale_act_id,member_id');
if($sale) {
......
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