2.4.2 release

master
wenfei 4 months ago
parent 1fd26eb529
commit e72a10ed74

@ -13,8 +13,8 @@ android {
applicationId "com.rehome.zhdcoa" applicationId "com.rehome.zhdcoa"
minSdk 24 minSdk 24
targetSdk 36 targetSdk 36
versionCode 25 versionCode 26
versionName "2.4.1" versionName "2.4.2"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
//authorities //authorities

@ -158,7 +158,7 @@ class WorkTickerSelectListActivity : BaseActivityOaToolbarViewBinding<ActivityWo
override fun confirm() { override fun confirm() {
showLog(GsonUtils.GsonString(ticketIdList)) showLog(GsonUtils.GsonString(ticketIdList))
showLog(ticketIdList.size.toString()) showLog(ticketIdList.size.toString())
//authenticationLoginAISubmit() authenticationLoginAISubmit()
} }
override fun cancel() { override fun cancel() {

Loading…
Cancel
Save