Explorar el Código

update

add_mode
DengBiao hace 1 año
padre
commit
701a1729bb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      app/admin/svc/enterprise_manage/svc_central_kitchen_for_school.go

+ 2
- 2
app/admin/svc/enterprise_manage/svc_central_kitchen_for_school.go Ver fichero

@@ -752,8 +752,8 @@ func CentralKitchenForSchoolReserveList(req md.CentralKitchenForSchoolReserveLis

var months []time.Month
if req.StartDate != "" {
sDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.StartDate, time.Local)
eDate, _ := time.ParseInLocation("2006-01-02 15:04:05", req.EndDate, time.Local)
sDate, _ := time.ParseInLocation("2006-01-02", req.StartDate, time.Local)
eDate, _ := time.ParseInLocation("2006-01-02", req.EndDate, time.Local)
_, sMonth, _ := sDate.Date()
_, eMonth, _ := eDate.Date()
diffMonth := sMonth - eMonth


Cargando…
Cancelar
Guardar