|
@@ -88,7 +88,7 @@ class stat_anoticeControl extends SystemControl
|
|
$val['used'] = $item['nc_count'] - $unused;
|
|
$val['used'] = $item['nc_count'] - $unused;
|
|
$val['binded'] = $binded;
|
|
$val['binded'] = $binded;
|
|
|
|
|
|
- $url = BASE_SITE_URL . "/mobile/index.php?act=fcode&op=index&common_id={$item['goods_commonid']}&batch_code={$item['batch_code']}";
|
|
|
|
|
|
+ $url = "http://p.lrlz.com/mobile/index.php?act=fcode&op=index&common_id={$item['goods_commonid']}&batch_code={$item['batch_code']}";
|
|
$val['fc_link'] = $url;
|
|
$val['fc_link'] = $url;
|
|
$goods = $mod_goods->where(array('goods_commonid' => $item['goods_commonid']))->limit(1)->select();
|
|
$goods = $mod_goods->where(array('goods_commonid' => $item['goods_commonid']))->limit(1)->select();
|
|
if(empty($goods)) {
|
|
if(empty($goods)) {
|