Commit 0d20953e by zhiwj

提交门店

parent 23ccaf3c
......@@ -646,6 +646,10 @@ public class StoreOpenApiServiceImpl implements StoreOpenApiService {
}
}
}
// 去掉最后的逗号
if (storeIds.length() > 0) {
storeIds.deleteCharAt(storeIds.length() - 1);
}
return storeIds;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment