|
|
@ -45,9 +45,9 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectNum" resultType="int"> |
|
|
|
select count(*) |
|
|
|
select RIGHT(applicationCode,4) |
|
|
|
from bus_vehicle_apply |
|
|
|
where applicationCode LIKE concat(#{bill}, '%') |
|
|
|
where applicationCode LIKE concat(#{bill}, '%') order by id desc limit 1 |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectByCode" resultType="com.yxt.anrui.base.api.busvehicleapply.BusVehicleApply"> |
|
|
|