复制账套时缺少字段

This commit is contained in:
Harryxzy 2023-09-20 09:27:57 +08:00
parent 489cfa9536
commit 38e5d04529
1 changed files with 3 additions and 0 deletions

View File

@ -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)