Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b112a351
authored
Sep 04, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
ba9fd989
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
app/src/main/java/com/polysoft/nafmii/database/ObjectBox.java
app/src/main/java/com/polysoft/nafmii/database/ObjectBox.java
View file @
b112a35
...
...
@@ -60,7 +60,6 @@ public abstract class ObjectBox<T> {
public
static
synchronized
void
put
(
DataEntity
...
data
)
{
for
(
DataEntity
item
:
data
)
{
DataEntity
entity
=
findByName
(
item
.
getName
());
System
.
out
.
println
(
"entity is null =========>>>>"
+
(
null
==
entity
));
if
(
null
!=
entity
)
{
entity
.
setUpdateDate
(
new
Date
());
entity
.
setValue
(
item
.
getValue
());
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment