Commit 7c3e656d authored by hezhen's avatar hezhen

123

parent f2cf11e1
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
</select> </select>
<select id="selectByNumberPlate" resultType="com.xxfc.platform.vehicle.entity.Vehicle"> <select id="selectByNumberPlate" resultType="com.xxfc.platform.vehicle.entity.Vehicle">
select * from vehicle select * from vehicle
where number_plate = #{numberPlate} where number_plate = #{numberPlate} and is_del=0
</select> </select>
<select id="selectById" resultMap="searchModel"> <select id="selectById" resultMap="searchModel">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment