|
|
@ -69,9 +69,13 @@ public interface AsCustomerVehicleMapper extends BaseMapper<AsCustomerVehicle> { |
|
|
|
|
|
|
|
List<AsCustomerVehicleVo> selVehListByCustomerSid(@Param("sid") String sid); |
|
|
|
|
|
|
|
@Update("update as_customer_vehicle set isDelete = '1' where sid =#{sid}") |
|
|
|
// @Update("update as_customer_vehicle set isDelete = '1' where sid =#{sid}")
|
|
|
|
@Delete("delete from as_customer_vehicle where sid = #{sid}") |
|
|
|
void delBySid(@Param("sid") String sid); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IPage<AsCustomerCrmVehVo> customerList(IPage<AsCustomerVehicle> page, @Param(Constants.WRAPPER) QueryWrapper<AsCustomerVehicle> qw); |
|
|
|
|
|
|
|
List<CarListVo> getVehListByCustomerSid(@Param("customerSid") String customerSid); |
|
|
|