三方部门表过滤一个

This commit is contained in:
guohb
2024-05-29 10:16:59 +08:00
parent 1a37bdcc78
commit 863bfe3172

View File

@@ -107,6 +107,7 @@
SELECT <include refid="Base_Column_List"/>
FROM third_department_${enterpriseId}
WHERE department_name = #{name}
limit 1
</select>
</mapper>