wangfei 6 years ago
parent
commit
ca6d71349a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      service/goods/orders.go

+ 1
- 1
service/goods/orders.go View File

327
 	}
327
 	}
328
 
328
 
329
 	if conf.Status != models.STATUS_NORMAL {
329
 	if conf.Status != models.STATUS_NORMAL {
330
-		return errors.New("当前案场不为营业!不允许下单!")
330
+		return errors.New("当前案场已歇业!不允许下单!")
331
 	}
331
 	}
332
 
332
 
333
 	// 获取当月记录
333
 	// 获取当月记录