This commit is contained in:
mashuai 2025-02-26 12:57:36 +08:00
parent 30cf876bae
commit 93be242b51
1 changed files with 1 additions and 0 deletions

View File

@ -527,6 +527,7 @@ public class BackReceiveServiceImpl implements BackReceiveService {
applyInfo.setUnitNames(typeTreeNode.getUnitNames());
applyInfo.setTypeId(String.valueOf(typeTreeNode.getTypeId()));
applyInfo.setUseNum(typeTreeNode.getNum());
applyInfo.setNum(applyInfo.getPreNum());
}
}
}