List<Map<String,Object>>priceList=jdbcTemplate.queryForList("select * from tAgentCustTypePrice where sCustTypeID = ? and sAgengContractNO = ? and nGoodsID = ?",sCustTypeID,contractNo,goodsId);
StringgSql="select * from V_OrgGoods where sOrgNO = ? and sAgentContractNO = ? and nGoodsID = ?";