修改sql
parent
8332d53c64
commit
729f3e1fd7
|
@ -8,6 +8,6 @@
|
|||
</select>
|
||||
<select id="carList" resultType="com.february.common.domain.Car">
|
||||
select *
|
||||
from t_car where car_status = 1;
|
||||
from t_car;
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
Loading…
Reference in New Issue