|
|
|
@ -63,6 +63,9 @@ PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="dataYear !=null">
|
|
|
|
|
AND data_details.data_year=#{dataYear}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="dataBaseType !=null and dataBaseType !=''">
|
|
|
|
|
AND data_details.data_base_type=#{dataBaseType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="array !=null and array.size() != 0">
|
|
|
|
|
<foreach collection="array" item="item" index="index">
|
|
|
|
|
AND CONCAT(regionalism_code,system_code,city_name,district_name,system_name,data_year) LIKE CONCAT('%',CONCAT('${item}','%'))
|
|
|
|
|