forked from free-lancers/electricity_bill_calc_service
fix(meter):修复批量导入表计时的SQL语句和数据处理行为。
This commit is contained in:
@@ -26,7 +26,7 @@ func init() {
|
||||
|
||||
func App() *fiber.App {
|
||||
app := fiber.New(fiber.Config{
|
||||
BodyLimit: 10 * 1024 * 1024,
|
||||
BodyLimit: 30 * 1024 * 1024,
|
||||
EnablePrintRoutes: true,
|
||||
EnableTrustedProxyCheck: false,
|
||||
Prefork: false,
|
||||
|
Reference in New Issue
Block a user