1
This commit is contained in:
@@ -92,7 +92,6 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
||||
userTemp := &model.SystemTemp{}
|
||||
userTemp, isHave, err := SelectUserDefaultTemp(userId, model.TempTypeMerchantUser)
|
||||
if err != nil {
|
||||
globals.SugarLogger.Debug("err Unmarshal userTemp.isHave", err)
|
||||
return "", err
|
||||
}
|
||||
if userTemp == nil || !isHave {
|
||||
@@ -184,7 +183,9 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
||||
//printValue = append(printValue, param[v])
|
||||
case "title":
|
||||
printMsg += userTempMap["title"]
|
||||
//printValue = append(printValue, param[v])
|
||||
//printValue = append(printValue, param[v])
|
||||
case "":
|
||||
|
||||
//case "storeTel":
|
||||
// printMsg += userTempMap["storeTel"]
|
||||
// printValue = append(printValue, param[v])
|
||||
|
||||
Reference in New Issue
Block a user