aa
This commit is contained in:
@@ -673,7 +673,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
||||
}
|
||||
var timeLis []map[string]string
|
||||
timeLis = append(timeLis, time1map)
|
||||
if time2map != nil {
|
||||
if len(time2map) > 0 {
|
||||
timeLis = append(timeLis, time2map)
|
||||
}
|
||||
param["business_time"] = timeLis
|
||||
|
||||
Reference in New Issue
Block a user