|
@@ -63,7 +63,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="classificationDetail" resultMap="ResultEntityMap">
|
|
|
- select * from u_metadata_classification where file_storage_type = #{type} order by create_time desc
|
|
|
+ select * from u_metadata_classification where locate(#{type},file_storage_type) > 0 order by create_time desc
|
|
|
</select>
|
|
|
<select id="selectMetadaOne" resultMap="ResultEntityMap">
|
|
|
select * from u_metadata_classification where (container_name = #{containerName} or code = #{code} or field_key = #{fieldKey} )
|