|
@@ -100,7 +100,7 @@
|
|
|
AND TABLE_NAME = #{tableName}
|
|
AND TABLE_NAME = #{tableName}
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
- <select id="selectDistinctValueByField" parameterType="String" resultType="map">
|
|
|
|
|
|
|
+ <select id="selectDistinctValueByField" parameterType="String" resultType="String">
|
|
|
select distinct ${fieldName} FROM vector.${tableName}
|
|
select distinct ${fieldName} FROM vector.${tableName}
|
|
|
WHERE valid_flag = 0
|
|
WHERE valid_flag = 0
|
|
|
</select>
|
|
</select>
|