ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjCustomerMapper.java
@@ -1,6 +1,7 @@ package com.ltkj.hosp.mapper; import java.sql.ResultSet; import java.util.Date; import java.util.List; import java.util.Map; @@ -105,7 +106,7 @@ List<TjCustomer> getcusList(TjCustomer tjCustomer); List<Map<String ,Object >> getCusInfoList(String card); List<Map<String ,Object >> getCusInfoList(@Param("card") String card,@Param("time") Date time); List<Map<String ,Object >> getCusInfoListByCardAndName(@Param("card") String card,@Param("name") String name);