Commit f2bc0768 by 陶光胜

门店保存修改

parent fb8b6ceb
......@@ -442,7 +442,8 @@ public class StoreController extends DownloadUtils {
storeBatchUpdateDTO.setSourceStoreIdList(Arrays.asList(storeId+""));
storeBatchUpdateDTO.setTargetStoreId(toStoreId+"");
logger.info("transfer-store-member:{}", JSON.toJSONString(storeBatchUpdateDTO));
this.storeUpdateApiService.storeBatchUpdate(storeBatchUpdateDTO);
ServiceResponse<Void> response = this.storeUpdateApiService.storeBatchUpdate(storeBatchUpdateDTO);
logger.info("transfer-store-member-result:{}", JSON.toJSONString(response));
return RestResponse.success();
}
......
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