Compare commits
No commits in common. "69f0e1990ffab5cd8c895864298a50d2618864b7" and "a4d9fcaa75d46a58d624e24bf3190cc08bf89846" have entirely different histories.
69f0e1990f
...
a4d9fcaa75
|
@ -36,7 +36,7 @@ public class MeasureciFormPlugin extends AbstractFormPlugin {
|
|||
Map<String, BigDecimal> result = new HashMap<>();
|
||||
for (int i = 0; i <qeug_entryentity.size() ; i++) {
|
||||
DynamicObject dynamicObject = qeug_entryentity.get(i);
|
||||
BigDecimal sum = dynamicObject.getBigDecimal("qeug_jrgsbsz");
|
||||
BigDecimal sum = dynamicObject.getBigDecimal("qeug_hjs");
|
||||
result.put(dynamicObject.getString("qeug_kmname"),sum);
|
||||
}
|
||||
EntryGrid cientry = this.getControl("cientry");
|
||||
|
|
Loading…
Reference in New Issue