This website works better with JavaScript.
Home
Explore
Help
Sign In
teddy.huang
/
rms
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
202105111140
master
teddy_msi
5 years ago
parent
3d0dd0dda8
commit
45bfb2e3e4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/com/moze/rms/dao/InventoryDAO.java
+ 1
- 0
src/main/java/com/moze/rms/dao/InventoryDAO.java
View File
@@ -38,6 +38,7 @@ public interface InventoryDAO extends SqlObject {
}
sql = sql.substring(0, sql.length() - 1);
sql += " where id = '" + data.get("id") + "'";
System.out.println(sql);
handle.createUpdate(sql).execute();
}
Write
Preview
Loading…
Cancel
Save