This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fyf
/
ChaBaiDao
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
fyf
1 year ago
parent
f07ba8458f
commit
c817988d89
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/src/main/java/com/example/bpa/app/ICSApp.java
+ 3
- 0
app/src/main/java/com/example/bpa/app/ICSApp.java
View File
@@ -213,6 +213,9 @@ public class ICSApp extends Application {
// }
}
/**
* 删除子订单表-重新生成新表
*/
public void DBdelete()
{
DBHelper.getInstance(ConfigName.getInstance().dishesCon).DeleteCreateTables(BPA_SUBORDER.class,null);
Write
Preview
Loading…
Cancel
Save