|
@ -198,7 +198,7 @@ public class BaseServiceNewsService {
|
|
|
String relationCode = tmp.getRelationCode();
|
|
|
if (StringUtils.isNotBlank(relationCode)){
|
|
|
if ("1".equals(tmp.getType())){//上门
|
|
|
String sql = " select group_concat(Distinct fee.name SEPARATOR '、') from base_door_coach_fee_detail where order_id ='"+relationCode+"' and status =1 ";
|
|
|
String sql = " select group_concat(Distinct name SEPARATOR '、') from base_door_coach_fee_detail where order_id ='"+relationCode+"' and status =1 ";
|
|
|
List<String> serviceItems = jdbcTemplate.queryForList(sql,String.class);
|
|
|
if (serviceItems.size()>0){
|
|
|
tmp.setServeItems(serviceItems.get(0));
|