Commit 5d5d3b25 by 陶光胜

门店刷新es优化

parent 64a7628c
......@@ -259,7 +259,7 @@ public class StoreController extends DownloadUtils {
}
@RequestMapping("bulk-update-store")
public RestResponse bulkUpdateStatus(String storeIds, String value, int type) {
public RestResponse bulkUpdateStatus(String storeIds, String value, int type, String toStoreId) {
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
if (StringUtils.isBlank(storeIds) || StringUtils.isBlank(value)) {
return EnterpriseRestResponse.failure(ErrorCode.MISS_PARAMETER);
......
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