{
JdbcTemplate jdbcTemplate = (JdbcTemplate) ctx
.getBean("CmJdbcTemplate");
String sqlhw = "select t.pat, t.dpt,t.bzlx from gw_pig_address_rw t where t.taskid='" + rwid + "' and t.ipath is not null and t.bzlx is not null and t.dpt is not null and t.ipath not like '%dat%'";
List