| | |
| | | AND aab."p_ad_code" = #{params.adCode} |
| | | </if> |
| | | </select> |
| | | <select id="getTbProjectInfo" resultType="cn.gistack.sm.sjztmd.entity.TbProject"> |
| | | SELECT |
| | | * |
| | | FROM SJZT_MD."tb_project" |
| | | where 1=1 |
| | | <if test="params.cityCode != null and params.cityCode !=''"> |
| | | and "city_code" = #{params.cityCode} |
| | | </if> |
| | | <if test="params.countyCode != null and params.countyCode !=''"> |
| | | and "county_code" = #{params.countyCode} |
| | | </if> |
| | | <if test="params.tbYear != null and params.tbYear !=''"> |
| | | and "tb_year" = #{params.tbYear} |
| | | </if> |
| | | </select> |
| | | </mapper> |