fix: 产品底盘提示语

This commit is contained in:
2025-06-27 15:20:19 +08:00
parent 697ae24a97
commit f03a2fef50

View File

@@ -459,9 +459,9 @@ class Product extends Common
'message' => $post['message'],
]);
if ($ret->isEmpty()) {
return error(lang('提交成功'));
return error(lang('提交失败'));
}
return success(lang('提交失败'));
return success(lang('提交成功'));
}
/**