shish hace 6 años
padre
commit
d4cb04aebb
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      app/shop/controllers/PicController.php

+ 0 - 2
app/shop/controllers/PicController.php

@@ -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('只能设置自己的图片');