Selaa lähdekoodia

update

add_mode
DengBiao 1 vuosi sitten
vanhempi
commit
286636c7ab
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      app/admin/svc/svc_data_statisstics.go

+ 3
- 3
app/admin/svc/svc_data_statisstics.go Näytä tiedosto

@@ -1647,7 +1647,7 @@ func CentralKitchenForSchoolDataStatisticsContrast(req md.CentralKitchenForSchoo
sess.And("central_kitchen_for_school_package_ord_for_reserve.meal_time_start >= ?", startDate.Format("2006-01-02"))
}
if req.Date1[1] != "" {
endDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.Date1[0], time.Local)
endDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.Date1[1], time.Local)
sess.And("central_kitchen_for_school_package_ord_for_reserve.meal_time_start <= ?", endDate.Format("2006-01-02"))
}
if len(req.MealKindList) > 0 {
@@ -1674,11 +1674,11 @@ func CentralKitchenForSchoolDataStatisticsContrast(req md.CentralKitchenForSchoo
sess1.And("central_kitchen_for_school_package_ord_for_reserve.enterprise_id =?", req.EnterpriseId)
}
if req.Date2[0] != "" {
startDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.Date1[0], time.Local)
startDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.Date2[0], time.Local)
sess1.And("central_kitchen_for_school_package_ord_for_reserve.meal_time_start >= ?", startDate.Format("2006-01-02"))
}
if req.Date2[1] != "" {
endDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.Date1[0], time.Local)
endDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.Date2[1], time.Local)
sess1.And("central_kitchen_for_school_package_ord_for_reserve.meal_time_start <= ?", endDate.Format("2006-01-02"))
}
if len(req.MealKindList) > 0 {


Ladataan…
Peruuta
Tallenna