|
|
@ -84,6 +84,9 @@ public class IndexCalculateController { |
|
|
|
CalculateCommonFormDTO form = new CalculateCommonFormDTO(); |
|
|
|
form.setCustomerId(flag.getForm().getCustomerId()); |
|
|
|
form.setMonthId(flag.getForm().getMonthId()); |
|
|
|
//01.14 add
|
|
|
|
form.setCustomerAreaCode(flag.getForm().getCustomerAreaCode()); |
|
|
|
form.setSubCustomerIds(flag.getForm().getSubCustomerIds()); |
|
|
|
indexCalculate(form); |
|
|
|
} |
|
|
|
}); |
|
|
|