推广管理零售公司

master
Caps 6 years ago
parent 7ded43f536
commit 3204da7c7f

@ -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));
} }
/** /**

Loading…
Cancel
Save