行政区划字母大写--校验时启动kuber失败的问题

web_backend_develope
chenlw 8 years ago
parent e58679d4a7
commit 6161d131e6

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

Loading…
Cancel
Save