lige
2023-12-14 8cee7e4cfc982f4638f01f6fd277f45919e3c901
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjCustomerMapper.java
@@ -1,5 +1,6 @@
package com.ltkj.hosp.mapper;
import java.sql.ResultSet;
import java.util.List;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -70,4 +71,8 @@
    @Select("SELECT * FROM tj_customer WHERE cus_idcard = #{cusIdCard}")
    TjCustomer getTjCustomerByCusIdCard(String cusIdCard);
    @Select("SELECT * FROM tj_customer WHERE cus_idcard = #{cusIdCard}")
    ResultSet getJsonParseCustomerList(String deptId, Integer page, Integer pageSize, String cusName, String tjNumber);
}