NC 数据库操作
摘要:
一、后台数据库操作方法(private端): 1.以下为后台查询方法 BaseDAO dao = new BaseDAO();//只能在private端使用 String querySql="select * from demo_quotation where dr = 0";//完整正确的sql语 阅读全文
posted @ 2018-05-31 11:03 冬瓜茶饮料 阅读(14131) 评论(0) 推荐(0) 编辑