zhaowenxuan
2025-01-02 1d6c4e61ef5327d425989a2db2d113462e44c2f0
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
@@ -1,6 +1,8 @@
package com.ltkj.hosp.service;
import java.sql.ResultSet;
import java.util.List;
import java.util.Map;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.domain.TjCustomer;
@@ -63,4 +65,14 @@
    List<TjCustomer> getTjCustomerList(String name);
    TjCustomer getTjCustomerByCusIdCard(String cusIdCard);
    ResultSet getJsonParseCustomerList(String deptId, Integer page, Integer pageSize, String cusName, String tjNumber);
    String getCompNameByCusId(String cusId);
    void  updateCardId(Long cusId,String cardId);
    List<Map<String, Object>> vcustomerlist(String name, String sjh, String sfzh);
    List<TjCustomer> getcusList(TjCustomer tjCustomer);
}