Browse Source

返修不要斜杠

test_scheduler
娄文智 2 years ago
parent
commit
79789bfcd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/qm/implments/ReclinerReclst.service.impl.go

+ 1
- 1
services/qm/implments/ReclinerReclst.service.impl.go View File

@ -906,7 +906,7 @@ func (impl *ReclinerReclstServiceImplement) CreateRecPrintInfo(entity model.Recl
if detail.VariableName == "$SerialOrderId$" {
detail.VariableValue = entity.ReclinerNr
} else if detail.VariableName == "$date$" {
dateStr := utils.TimeFormat(orderInfo.PlanStartTime.Restore(), "yyyyMMdd")
dateStr := utils.TimeFormat(orderInfo.PlanStartTime.Restore(), "yyMMdd")
detail.VariableValue = dateStr
} else if detail.VariableName == "$AlternativeArtId$" {
detail.VariableValue = artInfo.AlternativeArtId


Loading…
Cancel
Save