修改bug

master
OathK1per 2023-07-17 14:50:03 +08:00
parent e99a70cb12
commit 835407bcc8
1 changed files with 2 additions and 2 deletions

View File

@ -1101,10 +1101,10 @@ public class ProjectBudgetService {
temp.setName((String) o1);
key = "规格类型";
o1 = m.get(key);
temp.setName((String) o1);
temp.setSpec((String) o1);
key = "参数";
o1 = m.get(key);
temp.setName((String) o1);
temp.setParam((String) o1);
key = "单位";
o1 = m.get(key);
temp.setUnit((String) o1);