- 将“京西菜市”常量尽量替换为配置变量

This commit is contained in:
gazebo
2019-05-15 17:09:23 +08:00
parent e395c7c891
commit 2d3ed62d15
8 changed files with 30 additions and 18 deletions

View File

@@ -347,7 +347,7 @@ func NotifySaleBill(storeID int, title, shopName, fileURL string) (err error) {
title = "当期账单"
}
if shopName == "" {
shopName = "京西菜市"
shopName = globals.StoreName
}
data := map[string]interface{}{
"first": map[string]interface{}{