|
|
|
@ -165,7 +165,11 @@
|
|
|
|
|
basic_bussiness_type.name
|
|
|
|
|
from auth_warehouse_bustype
|
|
|
|
|
inner join basic_bussiness_type on auth_warehouse_bustype.action = basic_bussiness_type.action
|
|
|
|
|
where code = #{code}
|
|
|
|
|
where spUse = 2
|
|
|
|
|
and mainAction = 'WareHouseIn'
|
|
|
|
|
and enable = true
|
|
|
|
|
and corpType = 2
|
|
|
|
|
and code = #{code}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -189,7 +193,8 @@
|
|
|
|
|
b1.`name`
|
|
|
|
|
FROM auth_warehouse_bustype a1
|
|
|
|
|
INNER JOIN basic_bussiness_type b1 ON a1.action = b1.action
|
|
|
|
|
where b1.spUse=1 and a1.code = #{code}
|
|
|
|
|
where b1.spUse = 1
|
|
|
|
|
and a1.code = #{code}
|
|
|
|
|
group by b1.id
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|
|
|
|
|