实名唯一性判断,进件微小改动

This commit is contained in:
liuyingfang
2023-06-13 17:49:46 +08:00
parent 8e4133d57e
commit 70ae3a3420
8 changed files with 20 additions and 6 deletions

View File

@@ -53,6 +53,8 @@ public interface IdCardMapper extends BaseMapper<IdCard> {
*/
int selectAgentCount(@Param("certNo") String certNo, @Param("userId") String userId);
Integer getCountIdCard(@Param("certNo") String certNo);
/**
* 获取未关联结算信息的对私结算身份证信息
*