摘要:
mysql数据库关于更新语句:update antique_pro_detail set ctypevalue='X-探伤室' where ctypeCode='030203';update antique_pro_detail set ctypevalue='140-200kv' where ctypeCode='030208';update antique_pro_detail set ctypevalue='0.5mA' where ctypeCode='030209';update anti 阅读全文
摘要:
1.在DepServer.java中有如下一个方法:public SysZzjgDep findDepFromBm(String Bm) {List ret = null;SysZzjgDep dep=null;try {String hql = " FROM SysZzjgDep WHERE id IS NOT NULL ";hql += " AND depBm='" + Bm + "' order by depIndex,depCode ";ret = service.findObjs(hql);if (ret!= 阅读全文