优化用户分配客户权限的接口

This commit is contained in:
jishenghua
2025-07-10 22:06:10 +08:00
parent af70f83839
commit 1eae3531d3
2 changed files with 3 additions and 1 deletions

View File

@@ -335,6 +335,8 @@ public class SupplierController extends BaseController {
ubLongArray[i] = Long.parseLong(ubArr[i]);
}
obj.put("data", ubLongArray);
} else {
obj.put("data", null);
}
obj.put("code", 200);
} catch (Exception e) {