单据上传

dev
郑明梁 2 years ago
parent 6c91a2e9e7
commit 1f28b106a4

@ -193,7 +193,7 @@
b1.`name` b1.`name`
FROM auth_warehouse_bustype a1 FROM auth_warehouse_bustype a1
INNER JOIN basic_bussiness_type b1 ON a1.action = b1.action INNER JOIN basic_bussiness_type b1 ON a1.action = b1.action
where b1.spUse = 1 where (b1.spUse = 1 or b1.spUse = 2)
and a1.code = #{code} and a1.code = #{code}
group by b1.id group by b1.id
</select> </select>

Loading…
Cancel
Save