@ -222,7 +222,7 @@
AND subInvCode = #{code}
</if>
<if test="invCode != ''and invCode != null">
AND subInvCode = #{invCode}
<if test="userId != ''and userId != null">
AND auth_user_bustype.`userId` = #{userId}