修改sql
parent
8332d53c64
commit
729f3e1fd7
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue