|
|
@@ -162,9 +162,8 @@ public class TaskDetailsServiceImpl extends BaseMybatisDao<TaskDetailsMapper> im
|
|
|
BigDecimal totalAmount = tOrderNew.getTotalAmount().divide(new BigDecimal(yearSum), 2, RoundingMode.HALF_UP);
|
|
|
String lvl=getOrderLvl(totalAmount);
|
|
|
bo.setMemberLvl(lvl);
|
|
|
- if (taskDetails!=null&&taskDetails.getTid()!=null){
|
|
|
- bo.setFeatureList(taskFeatureMapper.selectByTdId(taskDetails.getId()));
|
|
|
- }
|
|
|
+ bo.setFeatureList(taskFeatureMapper.selectByTdId(bo.getId()));
|
|
|
+
|
|
|
}
|
|
|
|
|
|
private String getServiceYer(String serviceYear) {
|