| | |
| | | sceneType = it.getlScenetype(), |
| | | iconUrl = it.getlIconurl(), |
| | | realTime = it.getlRealTime(), |
| | | copy = it.getlAutoCopy() ?: false, |
| | | description = it.getlDescription(), |
| | | notRelated = it.getlNotRelatedSwitch() ?: true, |
| | | multigroup = it.getlMultiGroup() ?: false |
| | |
| | | ledgerType = type?.get(0)?.getlTypename() |
| | | ledgerFinished = true |
| | | isUpLoad = true |
| | | this.year = it.srYear |
| | | this.month = it.srMonth |
| | | this.day = it.srDay |
| | | updateDate = it.srSubmitdate |
| | | updateType = it.srUpdatetype |
| | | fileType = it.srEasubmitkind.toInt() |
| | |
| | | ledgerType = type.getlTypename() |
| | | ledgerFinished = it != null |
| | | isUpLoad = it != null |
| | | this.year = it?.srYear |
| | | this.month = it?.srMonth |
| | | this.day = it?.srDay |
| | | updateDate = it?.srSubmitdate |
| | | updateType = it?.srUpdatetype |
| | | fileType = it?.srEasubmitkind?.toInt() |