Browse Source

添加子主条码的参数赋值

pull/84/head
zhangxin 3 years ago
parent
commit
95da962340
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      services/base/implments/ScanRuleInfo.service.impl.go

+ 3
- 0
services/base/implments/ScanRuleInfo.service.impl.go View File

@ -247,6 +247,9 @@ func (impl *ScanRuleInfoServiceImplement) Insert(user *models.Usertab, entities
item.StepNo = operation.StepNo
item.ProjectId = operation.ProjectId
item.StepDesc = operation.StepDesc
if item.RuleType == model.SCAN_RULE_TYPE_OTHER {
item.SRCtrlPara1 = model.SCAN_RULE_SERIALORDER
}
li[index] = item
}
if len(li) != 0 {


Loading…
Cancel
Save