Commit 8e8611a5 authored by 徐俊's avatar 徐俊

xujun

parent 22ad0d42
......@@ -1130,7 +1130,7 @@ public class ComProjectServiceImpl extends BaseServiceImpl<ComProjectDAO, ComPro
return list;
}
public String updateDefenseScore (String id, BigDecimal defenseTechnologyScore, BigDecimal defenseEconomyScore) {
public String updateDefenseScore(String id, BigDecimal defenseTechnologyScore, BigDecimal defenseEconomyScore) {
ComProject e = new ComProject();
e.setId(id);
if (Objects.nonNull(defenseTechnologyScore))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment