fix
Helius
2021-07-16 1bada3da32aa8b29509b7357e5adfe816ac17c72
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);
}