复制账套时缺少字段
This commit is contained in:
parent
489cfa9536
commit
38e5d04529
|
|
@ -189,6 +189,9 @@ public class SalarySobDuplicateBO {
|
|||
.formulaId(salarySobItem.getFormulaId())
|
||||
.sortedIndex(salarySobItem.getSortedIndex())
|
||||
.description(salarySobItem.getDescription())
|
||||
.roundingMode(salarySobItem.getRoundingMode())
|
||||
.valueType(salarySobItem.getValueType())
|
||||
.pattern(salarySobItem.getPattern())
|
||||
.canDelete(salarySobItem.getCanDelete())
|
||||
.itemHide(salarySobItem.getItemHide())
|
||||
.creator(employeeId)
|
||||
|
|
|
|||
Loading…
Reference in New Issue