Commit 880e606e by 陶光胜

加log

parent 007ffcf0
......@@ -423,6 +423,7 @@ public class StoreController extends DownloadUtils {
storeBatchUpdateDTO.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
storeBatchUpdateDTO.setSourceStoreIdList(Arrays.asList(storeId+""));
storeBatchUpdateDTO.setTargetStoreId(toStoreId+"");
logger.info("transfer-store-member:{}", JSON.toJSONString(storeBatchUpdateDTO));
this.storeUpdateApiService.storeBatchUpdate(storeBatchUpdateDTO);
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