增加限制

This commit is contained in:
刘名喜 2024-12-17 10:15:19 +08:00
parent 2e81d77dee
commit 2e2ff79029

View File

@ -616,6 +616,7 @@
<select id="selectAreaCodeList" resultType="java.lang.String">
SELECT AREA_CODE
FROM BASE_KNIFE
WHERE KNIFE_FINE_STATE == 1
GROUP BY AREA_CODE
</select>
</mapper>