This commit is contained in:
邹宗楠
2022-08-29 11:39:02 +08:00
parent 396ab56265
commit a7c6200601

View File

@@ -88,6 +88,7 @@ func Init() {
// MakePrintMsgOnTemp 将打印数据渲染到模板当中
func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error) {
globals.SugarLogger.Debug("param===============", param)
// 查询用户默认模板,不存在则使用系统默认模板
userTemp := &model.SystemTemp{}
userTemp, isHave, err := SelectUserDefaultTemp(userId, model.TempTypeMerchantUser)