fix
This commit is contained in:
parent
6f12f8b394
commit
c4b43e5ee6
|
|
@ -182,7 +182,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
SELECT s.dic_id, s.file_name as name,s.file_url as url
|
||||
from ma_dev_info d
|
||||
left join sys_file_info s on d.ma_id = s.model_id
|
||||
WHERE d.ma_id = #{maId} and d.is_active='1'
|
||||
WHERE d.ma_id = #{maId} and d.is_active='1' and s.dic_id = 20
|
||||
</select>
|
||||
|
||||
<select id="getCompanyUpNum" parameterType="Long" resultType="Long">
|
||||
|
|
|
|||
Loading…
Reference in New Issue