追加补充说明更新

This commit is contained in:
Jerry Yan 2022-09-16 12:27:16 +08:00
parent dae285566e
commit 7e71f570b0
Signed by: q792602257
GPG Key ID: D070F653AF6C0004

View File

@ -112,7 +112,7 @@ class ProgramAppendConstructController extends BaseController
"name" => ["required_without:is_original"],
"from" => ["required"],
"price" => ["required", "numeric"],
"post" => [],
"append" => [],
]);
$append->fill($payload);
$append->is_original = $request->post("is_original", 0);