|
@@ -63,8 +63,6 @@ class PicController extends BaseController
|
|
|
}
|
|
}
|
|
|
$picList = PicService::getByIds($picIdList);
|
|
$picList = PicService::getByIds($picIdList);
|
|
|
$add = [];
|
|
$add = [];
|
|
|
- print_r($picIdList);
|
|
|
|
|
- print_r($picList);
|
|
|
|
|
foreach ($picList as $picKey => $picVal) {
|
|
foreach ($picList as $picKey => $picVal) {
|
|
|
if ($picVal['merchantId'] != $this->merchantId) {
|
|
if ($picVal['merchantId'] != $this->merchantId) {
|
|
|
util::fail('只能设置自己的图片');
|
|
util::fail('只能设置自己的图片');
|