Helius
2021-12-08 ef4ad171c46f615a5b719bac70c468b561bc08ac
gc-user/src/main/java/com/xzx/gc/user/mapper/AccountMapper.java
@@ -78,5 +78,7 @@
    String selectJDSLExportByHeadUserId(@Param("accountId")String id, @Param("record")ExportDistribDataListDto distribDataListDto);
    List<AccountInfo> selectAccountInfoByIds(@Param("list") List<String> list);
    AccountInfo selectAccountInfoByPhone(@Param("phone") String phone);
}