xiaoyong931011
2021-11-11 0561b12e8c5570a0f7e812543cc3460f80fee416
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);
}