|
@@ -3759,7 +3759,7 @@ public class HouseOrderController implements HouseOrderAPI {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
vo.setCount(count);
|
|
vo.setCount(count);
|
|
|
- vo.setSourceId(StringUtils.collectionToDelimitedString(idList,""));
|
|
|
|
|
|
|
+ vo.setSourceId(StringUtils.collectionToCommaDelimitedString(idList));
|
|
|
vo.setDays((int) (until-dayDiff));
|
|
vo.setDays((int) (until-dayDiff));
|
|
|
if (count > 0) {
|
|
if (count > 0) {
|
|
|
vos.add(vo);
|
|
vos.add(vo);
|
|
@@ -3799,7 +3799,7 @@ public class HouseOrderController implements HouseOrderAPI {
|
|
|
vo1.setCount(count2);
|
|
vo1.setCount(count2);
|
|
|
}
|
|
}
|
|
|
vo1.setDays((int) dayApt);
|
|
vo1.setDays((int) dayApt);
|
|
|
- vo1.setSourceId(aptIdList.toString());
|
|
|
|
|
|
|
+ vo1.setSourceId(StringUtils.collectionToCommaDelimitedString(aptIdList));
|
|
|
}
|
|
}
|
|
|
if (vo1.getCount() > 0) {
|
|
if (vo1.getCount() > 0) {
|
|
|
vos.add(vo1);
|
|
vos.add(vo1);
|