feat: opt 进港查询

This commit is contained in:
2026-03-22 16:30:34 +08:00
parent 072df758db
commit 3c413833cf
3 changed files with 16 additions and 26 deletions

View File

@@ -78,7 +78,7 @@
android:layout_height="wrap_content"
android:layout_weight="1.5"
android:gravity="center"
android:text="@{bean.outDate != null && bean.outDate.length() >= 16 ? bean.outDate.substring(0, 16) : (bean.outDate != null && bean.outDate.length() > 0 ? bean.outDate : `--`)}"
android:text="@{bean.outDate != null && bean.outDate.length() >= 16 ? bean.outDate.substring(0, 16) : (bean.outDate ?? ``)}"
android:textColor="@android:color/black"
android:textSize="14sp" />