- 将“京西菜市”常量尽量替换为配置变量
This commit is contained in:
@@ -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{}{
|
||||
|
||||
Reference in New Issue
Block a user