generated from liutk/owl-admin-base
Fix
parent
fc8ec2a540
commit
6cc0ccec5f
|
|
@ -70,7 +70,7 @@ class LedgerController extends Controller
|
||||||
$item = $items->get($lotteryType->key);
|
$item = $items->get($lotteryType->key);
|
||||||
|
|
||||||
if (is_null($item)) {
|
if (is_null($item)) {
|
||||||
throw new RuntimeException("{$lotteryType->name}未填写上报数据");
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Validator::validate(
|
Validator::validate(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue