Compare commits
2 Commits
ce5f04a350
...
424140eac5
| Author | SHA1 | Date | |
|---|---|---|---|
| 424140eac5 | |||
| 39234bd50c |
@ -104,6 +104,7 @@ class GoodsController extends BaseAdminController
|
||||
//规格商品列表验证
|
||||
foreach ($spec_lists as $v) {
|
||||
$result = $this->validate($v, 'app\adminapi\validate\GoodsMoreSpecListsValidate');
|
||||
|
||||
if ($result !== true) {
|
||||
return $this->fail($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user