修改文件查询bug
parent
2b8c8abd5a
commit
69d3b7cdc4
|
@ -32,7 +32,7 @@
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="selectByFileName" resultType="com.mcwl.resource.domain.ModelVersion">
|
<select id="selectByFileName" resultType="com.mcwl.resource.domain.ModelVersion">
|
||||||
select key_rate from model_version where file_name = #{name}
|
select * from model_version where file_name = #{name}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
|
@ -24,6 +24,6 @@
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="selectByFileName" resultType="com.mcwl.resource.domain.WorkFlowVersion">
|
<select id="selectByFileName" resultType="com.mcwl.resource.domain.WorkFlowVersion">
|
||||||
select key_rate from work_flow_version where file_name = #{name}
|
select * from work_flow_version where file_name = #{name}
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|
Loading…
Reference in New Issue