springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/ISystemUserService.java
@@ -26,9 +26,12 @@ /** * 根据手机号码查询小程序用户在三个身边的上级角色用户 */ Optional<SystemUser> getSystemUserAdminByPhone(String phone); /** * 根据手机号码查询小程序用户在三个身边的用户 */ Optional<SystemUser> getSystemUserByPhone(String phone); /** * 获取行政区划数据 *