Commit 17ec4513 authored by suhuiguang's avatar suhuiguang

1.1.增加校验方法A110

parent 95d97da2
......@@ -26,5 +26,5 @@ public interface JgVehicleInformationMapper extends BaseMapper<JgVehicleInformat
@MapKey("id")
List<Map<String, Object>> selectEquipList(@Param("id")Long id);
Long countVesselCylinderIsUsedNumber(@Param("vehicleId") Long currentVehicleId, @Param("equIds") List<String> records);
Long countVesselCylinderIsUsedNumber(@Param("vehicleId") Long vehicleId, @Param("records") List<String> records);
}
......@@ -194,7 +194,6 @@
tzs_jg_vehicle_information_eq ve
WHERE
v.sequence_nbr = ve.vehicle_id
and ve.equ_id = ui."RECORD"
and v.status !='使用单位待提交'
and v.status !='一级受理已驳回'
and v.status !='使用单位已撤回'
......
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