Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
A
AnchorCollect_p
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hywang
AnchorCollect_p
Commits
f41a6ec5
Commit
f41a6ec5
authored
Oct 14, 2022
by
hywang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复离线登录 基础信息排序错误
parent
8bc65c9d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
build.gradle
app/build.gradle
+2
-2
LoginVM.java
.../main/java/com/phlx/anchorcollect_p/ui/login/LoginVM.java
+1
-1
fragment_basics_collect.xml
app/src/main/res/layout/fragment_basics_collect.xml
+1
-1
No files found.
app/build.gradle
View file @
f41a6ec5
...
...
@@ -9,8 +9,8 @@ android {
applicationId
"com.phlx.anchorcollect_p"
minSdkVersion
21
targetSdkVersion
29
versionCode
4
versionName
"1.0.
3
"
versionCode
5
versionName
"1.0.
4
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
...
...
app/src/main/java/com/phlx/anchorcollect_p/ui/login/LoginVM.java
View file @
f41a6ec5
...
...
@@ -248,7 +248,7 @@ public class LoginVM extends BaseViewModel<Repository> {
DbUtil
.
getInstance
().
getQueryBuilder
(
GenTableColumn
.
class
)
.
where
(
GenTableColumnDao
.
Properties
.
TableId
.
eq
(
gt
.
getTableId
())
,
GenTableColumnDao
.
Properties
.
IsQuery
.
eq
(
"1"
))
.
order
De
sc
(
GenTableColumnDao
.
Properties
.
Sort
);
.
order
A
sc
(
GenTableColumnDao
.
Properties
.
Sort
);
Configs
.
cattleresume
=
DbUtil
.
getInstance
().
queryAll
(
GenTableColumn
.
class
,
builderDetaile0
);
break
;
case
"zxgl_performance"
:
...
...
app/src/main/res/layout/fragment_basics_collect.xml
View file @
f41a6ec5
...
...
@@ -68,7 +68,7 @@
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"10dp"
android:layout_marginTop=
"10dp"
android:text=
"可视耳标
号
"
android:text=
"可视耳标"
android:textColor=
"@color/colorPrimary"
android:textSize=
"@dimen/sp_16"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment