修改sql

master
张小东 2023-11-21 14:11:41 +08:00
parent 8332d53c64
commit 729f3e1fd7
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
</select> </select>
<select id="carList" resultType="com.february.common.domain.Car"> <select id="carList" resultType="com.february.common.domain.Car">
select * select *
from t_car where car_status = 1; from t_car;
</select> </select>
</mapper> </mapper>