This commit is contained in:
richboo111
2022-10-08 11:35:06 +08:00
parent e9af6e4bf2
commit ef099beef8

View File

@@ -66,7 +66,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
return "", fmt.Errorf("营业时间必填")
} else {
timeStr = splicingTimeToDoudian(storeDetail.OpenTime1, storeDetail.CloseTime1, storeDetail.OpenTime2, storeDetail.CloseTime2)
globals.SugarLogger.Debug("我在splicingTimeToDoudian")
globals.SugarLogger.Debug("timeStr", timeStr)
}
m := make(map[int64]string)
for j := 1; j <= 7; j++ {