|
@@ -309,7 +309,7 @@ public class AssetServiceImpl implements AssetService {
|
|
|
@Override
|
|
|
public ReturnMsg getAssetNumber() {
|
|
|
String[] param = {"固定资产一级分类","平均使用时间"};
|
|
|
- String[] labKey = {"办公类","局房类","个人办公类","类别3"};
|
|
|
+ String[] labKey = {"办公类","局房类","个人办公类"};
|
|
|
// ThreadLocalRandom random = ThreadLocalRandom.current();
|
|
|
List<Label> list = new ArrayList<>();
|
|
|
ThreadLocalRandom random = ThreadLocalRandom.current();
|