Commit ee3319ff by yao.xiao

Merge branch 'dev' of http://139.224.139.2:9091/AGSH/yd-backend into dev

parents e1def429 6ba0819f
......@@ -2389,7 +2389,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
Double goalsPremium = null;
if(time == 2){
leadsGoals = mktLeadsGoalsDALService.findByTypeAndTimeUnitAndSubordinateSystemId(2,1,subordinateSystemId);
goalsPremium = (leadsGoals != null && leadsGoals.size() > 0) ? leadsGoals.get(0).getPremium() : null;
goalsPremium = (leadsGoals != null && leadsGoals.size() > 0) ? leadsGoals.get(0).getCommission() : null;
}else{
leadsGoals = mktLeadsGoalsDALService.findByTypeAndTimeUnitAndSubordinateSystemId(2,3,subordinateSystemId);
Calendar calendar = Calendar.getInstance();
......
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