摘要:
1、根据sql的select查询语句字段来在VO包中创建对应的VO类 例如sql语句: SELECT SUBSTRING_INDEX(CONCAT(SUBSTRING_INDEX(city,'市',1),'市'),'省',-1)as 'city',bod51 as 'inBod5',bod52 as 阅读全文
摘要:
要查询的mysql语句: SELECT DISTINCT a.pool_name,a.equipment_name,a.commissioning_time from equipment a,sewage_pool b where a.pool_name=b.pool_name 1、添加VO类:Eq 阅读全文