CarChaoBaoDao.java 499 B

1234567891011121314151617
  1. //package com.nokia.financeapi.dao.car;
  2. //
  3. //import org.apache.ibatis.annotations.Mapper;
  4. //import org.apache.ibatis.annotations.Param;
  5. //import org.apache.ibatis.annotations.Select;
  6. //
  7. //@Mapper
  8. //public interface CarChaoBaoDao {
  9. // /**
  10. // * 判断是否有数据
  11. // * @param endYearMonth 账期
  12. // */
  13. // @Select("""
  14. //select exists (select 1 from car.car_chao_bao where year_month = #{endYearMonth})
  15. //""")
  16. // boolean hasData(@Param("endYearMonth") Integer endYearMonth);
  17. //}