Просмотр исходного кода

切换正式环境,Android 317上线

liukai дней назад: 4
Родитель
Сommit
085b6ecd06

+ 2 - 2
app/android/app/build.gradle

@@ -50,8 +50,8 @@ android {
         applicationId "com.guadou.yyemployer"
         minSdkVersion 21
         targetSdkVersion 35
-        versionCode 316
-        versionName "3.1.6"
+        versionCode 317
+        versionName "3.1.7"
 
         multiDexEnabled true
 

+ 1 - 1
packages/cpt_th/lib/modules/job_er/revise_workflow_er/revise_er_workflow_item.dart

@@ -45,7 +45,7 @@ class ReviseErWorkflowItem extends StatelessWidget {
               ),
 
               MyTextView(
-                item.dataType ?? "-",
+                item.createdAt ?? "-",
                 marginLeft: 5,
                 isFontRegular: true,
                 textColor: Colors.white,

+ 1 - 1
packages/cs_domain/lib/constants/api_constants.dart

@@ -2,7 +2,7 @@
 
 class ApiConstants {
   //当前服务器环境
-  static const isServerRelease = false;
+  static const isServerRelease = true;
 
   //新加坡的域名
   static const sgBaseUrl = isServerRelease ? 'https://casualabour.com/' : 'http://singapore-dev.casualabour.com';