|
|
@@ -415,8 +415,8 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD |
|
|
|
var titleList []string |
|
|
|
var fileName, downloadPath string |
|
|
|
var now = time.Now() |
|
|
|
xlsx := excelize.NewFile() |
|
|
|
for _, kind := range req.Kinds { |
|
|
|
xlsx := excelize.NewFile() |
|
|
|
switch kind { |
|
|
|
case 1: |
|
|
|
//订单列表 |
|
|
|