|
|
@ -458,8 +458,8 @@ public class RetailCompanyService {
|
|
|
|
|
|
|
|
|
|
|
|
organizationalVO.setNewCustomer((int) (countEnd - count));
|
|
|
|
organizationalVO.setNewCustomer((int) (countEnd - count));
|
|
|
|
organizationalVO.setNewEffectiveCustomer((int) (countEnd2 - count2));
|
|
|
|
organizationalVO.setNewEffectiveCustomer((int) (countEnd2 - count2));
|
|
|
|
organizationalVO.setAvgNewCustomer(check(countEnd - count, days));
|
|
|
|
organizationalVO.setAvgNewCustomer(check1(countEnd - count, days));
|
|
|
|
organizationalVO.setAvgNewEffectiveCustomer(check(countEnd2 - count2, days));
|
|
|
|
organizationalVO.setAvgNewEffectiveCustomer(check1(countEnd2 - count2, days));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|