@ -200,6 +200,7 @@ public class CheckoutServiceImpl implements ICheckoutService {
int listSize = resultList.size();
for (int i = 0; i < listSize; i++) {
CheckoutEntity obj = resultList.get(i);
obj.setAreaCode(obj.getAreaCode().toLowerCase());
if (null != obj && "y".equals(obj.getCollUpdate())) {
obj.setCollUpdate("是");
}