|
@@ -599,4 +599,10 @@ public class UserService extends ServiceImpl<UserMapper, User> {
|
|
public Integer getAccountantUserCount(String userId) {
|
|
public Integer getAccountantUserCount(String userId) {
|
|
return userMapper.getAccountantUserCount (userId);
|
|
return userMapper.getAccountantUserCount (userId);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public List<String> selectSignatureNaster(String id) {
|
|
|
|
+ List<String> list= userMapper.selectSignatureNaster(id);
|
|
|
|
+ return list;
|
|
|
|
+
|
|
|
|
+ }
|
|
}
|
|
}
|