xiaoyong931011
2021-07-14 cf148cae4937f807347e56d94b2dc96c9f258c59
gc-user/src/main/java/com/xzx/gc/user/mapper/JhyInfoMapper.java
@@ -19,4 +19,6 @@
    JhyInfo selectExistJhyByIndeityOrMobile(@Param("mobile") String mobile, @Param("identity") String Identity);
    List<JhyInfoListVo> selectJhyInfoList(@Param("record") JhyInfoListDto jhyInfoListDto);
    int deleteByUserId(@Param("userId") String userId);
}